emulator: just saving my changes

This commit is contained in:
2025-06-17 19:19:49 +01:00
parent ae10249616
commit a6be668328
7 changed files with 247 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{
"rust-analyzer.check.command": "clippy",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"rust-analyzer.cargo.features": "all"
}