mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-10 15:10:04 +00:00
feat(rust): remove now default settings
This commit is contained in:
parent
84a1b66f2b
commit
7109ec7284
1 changed files with 0 additions and 33 deletions
|
|
@ -153,39 +153,6 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
rust-analyzer = {
|
||||
lens = {
|
||||
debug = {
|
||||
enable = true;
|
||||
};
|
||||
enable = true;
|
||||
implementations = {
|
||||
enable = true;
|
||||
};
|
||||
references = {
|
||||
adt = {
|
||||
enable = true;
|
||||
};
|
||||
enumVariant = {
|
||||
enable = true;
|
||||
};
|
||||
method = {
|
||||
enable = true;
|
||||
};
|
||||
trait = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
run = {
|
||||
enable = true;
|
||||
};
|
||||
updateTest = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue