Enable all crate features with rust-analyzer

This commit is contained in:
Graham Esau 2024-08-30 10:27:58 +01:00
parent 9bba81892f
commit dffa33fb46

View file

@ -1,4 +1,4 @@
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.showUnlinkedFileNotification": false
"rust-analyzer.cargo.features": "all"
}