1
Fork 0

stabilized needs_drop (fixes #41890)

This commit is contained in:
Michal Budzynski 2017-09-16 23:41:04 +02:00
parent ae8efdc87d
commit 04855950b9
3 changed files with 1 additions and 4 deletions

View file

@ -276,7 +276,6 @@
#![feature(macro_reexport)]
#![feature(macro_vis_matcher)]
#![feature(needs_panic_runtime)]
#![feature(needs_drop)]
#![feature(never_type)]
#![feature(num_bits_bytes)]
#![feature(old_wrapping)]