Update src/lib.rs

This commit is contained in:
abdul124 2024-07-19 17:43:31 +08:00
parent 7b6dba64ed
commit 998b1e9990
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
//! 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,incomplete_features)]
#![feature(question_mark,const_fn,copy_from_slice,try_from,str_internals,align_offset,
#![feature(question_mark,copy_from_slice,try_from,str_internals,align_offset,
doc_spotlight,slice_internals,maybe_uninit_ref,mem_take,specialization)]
#![cfg_attr(any(feature="alloc",feature="collections"),feature(alloc,allocator_api))]
#![cfg_attr(feature="collections",feature(vec_spare_capacity,maybe_uninit_slice,