Supressed clippy errors and add some rust docs

This commit is contained in:
2025-02-28 21:12:41 +00:00
parent 096a66adbb
commit 4bad44e475
23 changed files with 567 additions and 169 deletions
+2
View File
@@ -6,4 +6,6 @@
"editor.formatOnSave": true
},
"rust-analyzer.check.command": "clippy",
"rust-analyzer.procMacro.attributes.enable": true,
"rust-analyzer.cargo.buildScripts.enable": true
}