1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +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:
Chris McDonald 2023-04-11 15:01:21 -06:00 committed by GitHub
parent 907630f9da
commit 67948f7373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
#![feature(proc_macro_hygiene)] #![feature(proc_macro_hygiene)]
#![feature(const_mut_refs)] #![feature(const_mut_refs)]
#![feature(exclusive_range_pattern)] #![feature(exclusive_range_pattern)]
#![feature(once_cell)]
#![feature(c_variadic)] #![feature(c_variadic)]
#![allow( #![allow(
clippy::borrow_interior_mutable_const, clippy::borrow_interior_mutable_const,