Allow undropped_manually_drops for some tests

This commit is contained in:
Urgau 2023-05-13 12:13:37 +02:00
parent 5f55f863db
commit d9d1c76ded

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(bootstrap), allow(undropped_manually_drops))]
use core::mem::ManuallyDrop;
#[test]