mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
allow rust-analyzer to check optional feature code
This commit is contained in:
@ -71,6 +71,9 @@
|
|||||||
files = {
|
files = {
|
||||||
excludeDirs = [ ".direnv" ];
|
excludeDirs = [ ".direnv" ];
|
||||||
};
|
};
|
||||||
|
cargo = {
|
||||||
|
features = "all";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user