Skip to content

Commit 28a73a6

Browse files
committed
Allow undropped_manually_drops for some tests
1 parent d194926 commit 28a73a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/tests/manually_drop.rs

Lines changed: 2 additions & 0 deletions
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)