Skip to content

Commit

Permalink
Remove unneeded coerce_unsized.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Feb 2, 2024
1 parent 52aaa16 commit 442e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_state_machine/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(allocator_api, auto_traits, coerce_unsized, negative_impls)]
#![feature(allocator_api, auto_traits, negative_impls)]

pub mod prelude;
pub mod state_machine;
Expand Down

0 comments on commit 442e759

Please sign in to comment.