Skip to content

Commit

Permalink
chore: remove unused rust-analyzer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianAsmussen committed Jan 4, 2025
1 parent a78d794 commit 24ab60a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
};

inlayHints = {
bindingModeHints.enable = true;
closureReturnTypeHints.enable = "always";
closureReturnTypeHints.enable = "with_block";
closureStyle = "rust_analyzer";
};

Expand Down

0 comments on commit 24ab60a

Please sign in to comment.