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 = { files = {
excludeDirs = [ ".direnv" ]; excludeDirs = [ ".direnv" ];
}; };
cargo = {
features = "all";
};
}; };
}; };
}; };