From 75987948c14a23eb117950b568b95358b21d1e70 Mon Sep 17 00:00:00 2001 From: missing Date: Wed, 8 Jun 2022 23:10:13 -0500 Subject: [PATCH] whoops 2 electric boogaloo --- rust-toolchain | 1 - src/lib.rs | 1 - 2 files changed, 2 deletions(-) delete mode 100644 rust-toolchain diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 632a270..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly-2022-01-21-x86_64-apple-darwin \ No newline at end of file diff --git a/src/lib.rs b/src/lib.rs index 9cfc639..adedfe5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -117,7 +117,6 @@ //! [`unsize_stable`]: Vec::unsize_stable #![cfg_attr(feature = "unstable", feature(coerce_unsized))] -#![feature(backtrace)] // for debugging, REMOVE IT BEFORE COMMIT // for `mod bad_things`, still a wip // #![allow(incomplete_features)] // #![feature(specialization)]