about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorTaylor Cramer <cramertj@google.com>2018-12-17 18:14:07 -0800
committerTaylor Cramer <cramertj@google.com>2018-12-21 20:42:50 -0800
commit610bcaf6f35b076749f5b09c2c0ec6f01f974eeb (patch)
treedfab1aa60ec8a9bf35311be6c07247a8fc758afc /src/liballoc/lib.rs
parent20d694a95f0110fe253bfca7e9929bfdc6440c7e (diff)
downloadrust-610bcaf6f35b076749f5b09c2c0ec6f01f974eeb.tar.gz
rust-610bcaf6f35b076749f5b09c2c0ec6f01f974eeb.zip
Stabilize Pin
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index e00e430fab6..368e2cc00aa 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -100,7 +100,6 @@
 #![feature(nll)]
 #![feature(optin_builtin_traits)]
 #![feature(pattern)]
-#![feature(pin)]
 #![feature(ptr_internals)]
 #![feature(ptr_offset_from)]
 #![feature(rustc_attrs)]