Skip to content

Commit

Permalink
Use unsafe in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Oct 24, 2024
1 parent ab25f0d commit 01acc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc/empty-section.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ impl !FinalizerSafe for Foo {}
impl !std::marker::Unpin for Foo {}
impl !std::panic::RefUnwindSafe for Foo {}
impl !std::panic::UnwindSafe for Foo {}
impl std::gc::ReferenceFree for Foo {}
unsafe impl std::gc::ReferenceFree for Foo {}

0 comments on commit 01acc4a

Please sign in to comment.