diff options
| author | René van Dorst <[email protected]> | 2023-08-20 21:21:33 +0200 |
|---|---|---|
| committer | René van Dorst <[email protected]> | 2023-08-24 00:52:21 +0200 |
| commit | e082cd0cda23b485f123f34efdeb3e54bcf3a616 (patch) | |
| tree | b92cb0f6d400cc3f4f3d3d5e2cec6bbda379b278 | |
| parent | 10bf33dcacd162f0ab92a37bdc439cbac9fa437c (diff) | |
Remove unneeded files.
| -rw-r--r-- | embassy-net-adin1110/.gitignore | 1 | ||||
| -rw-r--r-- | embassy-net-adin1110/.vscode/settings.json | 8 | ||||
| -rw-r--r-- | embassy-net-adin1110/rust-toolchain.toml | 3 |
3 files changed, 0 insertions, 12 deletions
diff --git a/embassy-net-adin1110/.gitignore b/embassy-net-adin1110/.gitignore deleted file mode 100644 index c41cc9e35..000000000 --- a/embassy-net-adin1110/.gitignore +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | /target \ No newline at end of file | ||
diff --git a/embassy-net-adin1110/.vscode/settings.json b/embassy-net-adin1110/.vscode/settings.json deleted file mode 100644 index daa2ccf0a..000000000 --- a/embassy-net-adin1110/.vscode/settings.json +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | { | ||
| 2 | "rust-analyzer.check.command": "clippy", | ||
| 3 | "rust-analyzer.showUnlinkedFileNotification": false, | ||
| 4 | "[rust]": { | ||
| 5 | "editor.defaultFormatter": "rust-lang.rust-analyzer", | ||
| 6 | "editor.formatOnSave": true | ||
| 7 | } | ||
| 8 | } \ No newline at end of file | ||
diff --git a/embassy-net-adin1110/rust-toolchain.toml b/embassy-net-adin1110/rust-toolchain.toml deleted file mode 100644 index d5f51a7f5..000000000 --- a/embassy-net-adin1110/rust-toolchain.toml +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | [toolchain] | ||
| 2 | channel = "nightly" | ||
| 3 | components = [ "rustfmt", "rustc-dev" ] | ||
