cl-structures: Remove #[feature(inline_const)], stabilized in Rust 1.79
This commit is contained in:
parent
4c883d87a4
commit
c16dbca55c
@ -10,7 +10,7 @@
|
|||||||
//! [im]: index_map::IndexMap
|
//! [im]: index_map::IndexMap
|
||||||
//! [mi]: index_map::MapIndex
|
//! [mi]: index_map::MapIndex
|
||||||
#![warn(clippy::all)]
|
#![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)]
|
#![deny(unsafe_op_in_unsafe_fn)]
|
||||||
|
|
||||||
pub mod intern;
|
pub mod intern;
|
||||||
|
Loading…
Reference in New Issue
Block a user