1
Fork 0

Make std::io::Error #[non_exhaustive]

This commit is contained in:
varkor 2018-08-15 16:57:06 +01:00
parent a50224804d
commit ea505fd60b
2 changed files with 2 additions and 10 deletions

View file

@ -311,6 +311,7 @@
#![feature(doc_keyword)]
#![feature(panic_info_message)]
#![feature(panic_implementation)]
#![feature(non_exhaustive)]
#![default_lib_allocator]