Skip to content

Commit

Permalink
remove strict-provenance requirement for dumpster coerce-unsized
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonwramsey committed Jan 14, 2025
1 parent 3084a57 commit 281cb79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dumpster/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ let gc1: Gc<[u8]> = Gc::new([1, 2, 3]);
#![allow(clippy::multiple_crate_versions, clippy::result_unit_err)]
#![cfg_attr(feature = "coerce-unsized", feature(coerce_unsized))]
#![cfg_attr(feature = "coerce-unsized", feature(unsize))]
#![cfg_attr(feature = "coerce-unsized", feature(strict_provenance))]

mod impls;

Expand Down

0 comments on commit 281cb79

Please sign in to comment.