mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Fix clippy CI: once_cell is stabilized (#517)
This feature has been stabilized in 1.70-nightly, so remove the feature flag so that Clippy stops complaining about it.
This commit is contained in:
parent
907630f9da
commit
67948f7373
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#![feature(proc_macro_hygiene)]
|
||||
#![feature(const_mut_refs)]
|
||||
#![feature(exclusive_range_pattern)]
|
||||
#![feature(once_cell)]
|
||||
#![feature(c_variadic)]
|
||||
#![allow(
|
||||
clippy::borrow_interior_mutable_const,
|
||||
|
|
Loading…
Reference in a new issue