Skip to content

Commit

Permalink
fix: remove install_crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Feb 2, 2024
1 parent dcee276 commit 5c6ac28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env_files = ["./.env"]
watch = true

[tasks.lint]
install_crate = "clippy-nightly"
command = "cargo"
args = [
"+nightly",
Expand All @@ -25,7 +24,6 @@ args = [
]

[tasks.lint-ci]
install_crate = "clippy-nightly"
command = "cargo"
args = [
"+nightly",
Expand All @@ -41,14 +39,12 @@ args = [
]

[tasks.format]
install_crate = "rustfmt-nightly"
command = "cargo"
args = ["+nightly", "fmt", "--all"]

[tasks.fmt]
alias = "format"

[tasks.format-ci]
install_crate = "rustfmt-nightly"
command = "cargo"
args = ["+nightly", "fmt", "--all", "--", "--check"]

0 comments on commit 5c6ac28

Please sign in to comment.