From 1b6cbce8b698320fb0c8bbbab3e49242080c1212 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 24 Mar 2025 16:17:14 -0400 Subject: [PATCH] remove more unused stuff --- rust-toolchain | 1 - rustfmt.toml | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 rust-toolchain delete mode 100644 rustfmt.toml diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 07ade69..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly \ No newline at end of file diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 7015ff3..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,3 +0,0 @@ -unstable_features = true -imports_granularity = "Crate" -wrap_comments = false \ No newline at end of file