allow rust-analyzer to check optional feature code

This commit is contained in:
Noah Masur 2024-08-01 22:42:48 -04:00
parent 2ad5411b90
commit 74e6d740af
No known key found for this signature in database

View File

@ -71,6 +71,9 @@
files = {
excludeDirs = [ ".direnv" ];
};
cargo = {
features = "all";
};
};
};
};