Skip to content

Commit

Permalink
Auto-import stuff via rust-analyzer using the crate prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Dec 13, 2023
1 parent 9c4c3de commit c7bc423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"rust-analyzer.check.features": "all",
"rust-analyzer.imports.granularity.enforce": true,
"rust-analyzer.imports.granularity.group": "module",
"rust-analyzer.imports.prefix": "crate",
"rust-analyzer.rustfmt.extraArgs": [
"+nightly-2023-12-01" // Keep in sync with other "RUST_NIGHTLY_VERSION" references
],
Expand Down

0 comments on commit c7bc423

Please sign in to comment.