Merge remote-tracking branch 'refs/remotes/origin/dev' into dev (and add cargo fmt on save)

This commit is contained in:
2025-02-22 03:39:22 +00:00
parent 5eaf0d7c69
commit 3a232c8023
+5
View File
@@ -1,4 +1,9 @@
{
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.cargo.target": "x86_64-kernel",
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}