We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d194926 commit 28a73a6Copy full SHA for 28a73a6
core/tests/manually_drop.rs
@@ -1,3 +1,5 @@
1
+#![cfg_attr(not(bootstrap), allow(undropped_manually_drops))]
2
+
3
use core::mem::ManuallyDrop;
4
5
#[test]
0 commit comments