Remove unneeded files.

This commit is contained in:
René van Dorst 2023-08-20 21:21:33 +02:00
parent 10bf33dcac
commit e082cd0cda
3 changed files with 0 additions and 12 deletions

View File

@ -1 +0,0 @@
/target

View File

@ -1,8 +0,0 @@
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.showUnlinkedFileNotification": false,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}

View File

@ -1,3 +0,0 @@
[toolchain]
channel = "nightly"
components = [ "rustfmt", "rustc-dev" ]