diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2022-04-01 10:38:39 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-04-01 10:38:39 +0200 |
| commit | aec51fbf40373955f0ee87c4fecee34e83de33f6 (patch) | |
| tree | 87e1f7762c280d06a3754ee73b1eab161b4e09a4 /library/std/src/lib.rs | |
| parent | 79220247cd28bf84110976bf07e99f7b4aa9ec2b (diff) | |
| download | rust-aec51fbf40373955f0ee87c4fecee34e83de33f6.tar.gz rust-aec51fbf40373955f0ee87c4fecee34e83de33f6.zip | |
Remove need for associated_type_bounds in std.
Diffstat (limited to 'library/std/src/lib.rs')
| -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 819ec10a4b4..e1c18004383 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -224,7 +224,6 @@ #![feature(allocator_internals)] #![feature(allow_internal_unsafe)] #![feature(allow_internal_unstable)] -#![feature(associated_type_bounds)] #![feature(box_syntax)] #![feature(c_unwind)] #![feature(cfg_target_thread_local)] |
