Remove unused features
This commit is contained in:
parent
5bd5d214ef
commit
fd29f74ff8
45 changed files with 8 additions and 95 deletions
|
@ -1,11 +1,9 @@
|
|||
#![feature(let_chains)]
|
||||
#![feature(never_type)]
|
||||
#![feature(lazy_cell)]
|
||||
#![feature(option_get_or_insert_default)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(map_many_mut)]
|
||||
#![feature(iter_intersperse)]
|
||||
#![recursion_limit = "256"]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
#![allow(internal_features)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue