diff --git a/compiler/cl-structures/src/lib.rs b/compiler/cl-structures/src/lib.rs index 0e8443e..8b7e0ee 100644 --- a/compiler/cl-structures/src/lib.rs +++ b/compiler/cl-structures/src/lib.rs @@ -10,7 +10,7 @@ //! [im]: index_map::IndexMap //! [mi]: index_map::MapIndex #![warn(clippy::all)] -#![feature(inline_const, dropck_eyepatch, decl_macro, get_many_mut)] +#![feature(dropck_eyepatch, decl_macro, get_many_mut)] #![deny(unsafe_op_in_unsafe_fn)] pub mod intern;