diff options
| author | bors <bors@rust-lang.org> | 2019-10-11 12:45:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-10-11 12:45:20 +0000 |
| commit | d4f7f974b83ce6795f29de13063132b4e211583d (patch) | |
| tree | 4252eb054f994a7e19a5308e46fed12de818e38e /src/liballoc | |
| parent | 000d90b11f7be70ffb7812680f7abc6deb52ec88 (diff) | |
| parent | 45aca119a6c94a2c408fb6da7a47d363ab852bac (diff) | |
| download | rust-d4f7f974b83ce6795f29de13063132b4e211583d.tar.gz rust-d4f7f974b83ce6795f29de13063132b4e211583d.zip | |
Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin
Stabilize mem::take (mem_take) Tracking issue: https://github.com/rust-lang/rust/issues/61129 r? @matklad
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 247cd9a0201..e6b174beaae 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -121,7 +121,6 @@ #![feature(maybe_uninit_extra, maybe_uninit_slice)] #![feature(alloc_layout_extra)] #![feature(try_trait)] -#![feature(mem_take)] #![feature(associated_type_bounds)] // Allow testing this library |
