Remove the #![feature(io_safety)] from lib.rs.

This commit is contained in:
Dan Gohman 2021-08-06 06:11:22 -07:00
parent a7d9ab5835
commit 9b99f8c454

View File

@ -285,7 +285,6 @@
#![feature(int_log)]
#![feature(into_future)]
#![feature(intra_doc_pointers)]
#![feature(io_safety)]
#![feature(iter_zip)]
#![feature(lang_items)]
#![feature(linkage)]