Skip to content

Commit

Permalink
fix(rust): use correct rust-analyzer config key
Browse files Browse the repository at this point in the history
  • Loading branch information
ueaner committed Jun 20, 2024
1 parent aa0eac4 commit 99e0d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/extras/lang/rust.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ return {
},
},
-- Add clippy lints for Rust.
checkOnSave = {
check = {
command = "cargo clippy",
extraArgs = { "--no-deps" },
},
Expand Down

0 comments on commit 99e0d2c

Please sign in to comment.