diff options
| author | Lukas Markeffsky <@> | 2022-10-26 11:58:33 +0200 |
|---|---|---|
| committer | Lukas Markeffsky <@> | 2022-10-26 11:58:33 +0200 |
| commit | 9e36fd926c80dc096d580b762658f07cb976da86 (patch) | |
| tree | 1f94cc97644a6c0881eea42828a3fe16af7aa8e2 /library/core/tests | |
| parent | 542febd2d383b5082277c7d165b098c0a3b513f6 (diff) | |
| download | rust-9e36fd926c80dc096d580b762658f07cb976da86.tar.gz rust-9e36fd926c80dc096d580b762658f07cb976da86.zip | |
stabilize `int_log`
Diffstat (limited to 'library/core/tests')
| -rw-r--r-- | library/core/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index b1f492381b1..cbc71d0ed1a 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -62,7 +62,6 @@ #![feature(try_trait_v2)] #![feature(slice_internals)] #![feature(slice_partition_dedup)] -#![feature(int_log)] #![feature(iter_advance_by)] #![feature(iter_array_chunks)] #![feature(iter_collect_into)] |
