Skip to content

Commit

Permalink
Allow undropped_manually_drops for some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Jun 8, 2023
1 parent 5f55f86 commit d9d1c76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/core/tests/manually_drop.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(not(bootstrap), allow(undropped_manually_drops))]

use core::mem::ManuallyDrop;

#[test]
Expand Down

0 comments on commit d9d1c76

Please sign in to comment.