Skip to content

Commit

Permalink
fix(rust): Fix rust-analyzer check to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy authored May 18, 2024
1 parent 00836c2 commit b612269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/rust/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ return {
rust_analyzer = {
settings = {
["rust-analyzer"] = {
checkOnSave = {
check = {
command = "clippy",
},
assist = {
Expand Down

0 comments on commit b612269

Please sign in to comment.