Skip to content

Commit

Permalink
fix: drop now unnecessary feature flag
Browse files Browse the repository at this point in the history
Rust 1.80 stopped requiring this!
  • Loading branch information
AlexTMjugador committed Jun 21, 2024
1 parent df6bd14 commit ec959b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/packsquash/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(map_entry_replace)]
#![feature(lazy_cell)]
#![feature(nonzero_ops)]
#![feature(try_find)]
#![feature(impl_trait_in_assoc_type)]
Expand Down

0 comments on commit ec959b3

Please sign in to comment.