Skip to content

Commit d9d1c76

Browse files
committed
Allow undropped_manually_drops for some tests
1 parent 5f55f86 commit d9d1c76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: library/core/tests/manually_drop.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(not(bootstrap), allow(undropped_manually_drops))]
2+
13
use core::mem::ManuallyDrop;
24

35
#[test]

0 commit comments

Comments
 (0)