tests/rust-tools: add rust-analyzer-options test

Make sure the import is working properly
This commit is contained in:
Austin Horstman 2024-09-09 14:24:39 -05:00
parent b1d0959bc9
commit 9265d1ab08
No known key found for this signature in database

View file

@ -71,4 +71,13 @@
};
};
};
rust-analyzer-options = {
plugins.rust-tools = {
enable = true;
server = {
assist.expressionFillDefault = "default";
};
};
};
}