Unnamed repository; edit this file 'description' to name the repository.
remove nightly benchmark feature
| -rw-r--r-- | lib/smol_str/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/smol_str/src/lib.rs b/lib/smol_str/src/lib.rs index eda9aa3203..b78a86b1bc 100644 --- a/lib/smol_str/src/lib.rs +++ b/lib/smol_str/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(core_intrinsics, test)] #![no_std] extern crate alloc; |