diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2024-06-16 15:04:37 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2024-06-21 09:23:24 +0000 |
| commit | 3b14b756d87835bf1484ee33eb5b074d3646671c (patch) | |
| tree | ea0f193efa6f7130e6513092b24437b513220583 /library/std/src | |
| parent | e32ea4822ba3f7c9054a7fb5345232388cc50c4b (diff) | |
| download | rust-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.rs | 1 |
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)] |
