mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25:38 +00:00
allow rust-analyzer to check optional feature code
This commit is contained in:
parent
2ad5411b90
commit
74e6d740af
@ -71,6 +71,9 @@
|
||||
files = {
|
||||
excludeDirs = [ ".direnv" ];
|
||||
};
|
||||
cargo = {
|
||||
features = "all";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user