cl-structures: Remove #[feature(inline_const)], stabilized in Rust 1.79

This commit is contained in:
John 2024-06-22 01:59:01 -05:00
parent 4c883d87a4
commit c16dbca55c

View File

@ -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;