Skip to content

Commit

Permalink
Enable all crate features with rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Aug 30, 2024
1 parent 9bba818 commit dffa33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.showUnlinkedFileNotification": false
}
"rust-analyzer.cargo.features": "all"
}

0 comments on commit dffa33f

Please sign in to comment.