|
@@ -3,8 +3,8 @@
|
|
|
//! the [std documentation](https://doc.rust-lang.org/nightly/std/io/index.html)
|
|
|
//! for a full description of the functionality.
|
|
|
#![allow(stable_features,unused_features)]
|
|
|
-#![feature(question_mark,const_fn,copy_from_slice,
|
|
|
- try_from,str_internals,align_offset,doc_spotlight,slice_internals)]
|
|
|
+#![feature(question_mark,copy_from_slice,
|
|
|
+ doc_notable_trait,try_from,str_internals,align_offset,slice_internals)]
|
|
|
#![cfg_attr(feature="alloc",feature(alloc))]
|
|
|
#![no_std]
|
|
|
|