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