about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2024-06-16 15:04:37 +0000
committerDeadbeef <ent3rm4n@gmail.com>2024-06-21 09:23:24 +0000
commit3b14b756d87835bf1484ee33eb5b074d3646671c (patch)
treeea0f193efa6f7130e6513092b24437b513220583 /library/std/src
parente32ea4822ba3f7c9054a7fb5345232388cc50c4b (diff)
downloadrust-3b14b756d87835bf1484ee33eb5b074d3646671c.tar.gz
rust-3b14b756d87835bf1484ee33eb5b074d3646671c.zip
Remove `feature(effects)` from the standard library
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 80f67838ac0..caa8c7375ec 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -284,7 +284,6 @@
 #![feature(cfi_encoding)]
 #![feature(concat_idents)]
 #![feature(const_mut_refs)]
-#![feature(const_trait_impl)]
 #![feature(decl_macro)]
 #![feature(deprecated_suggestion)]
 #![feature(doc_cfg)]