#![cfg(feature = "std")]
mod array_building;
mod deferred;
mod deserialize;
mod empty_tuples;
mod fuzz;
mod invariant;
mod list_deferred;
mod list_leak;
mod map;
mod map_deferred_leak;
mod map_leak;
mod misc;
mod no_uninit;
mod option_building;
mod option_leak;
mod pointer;
mod pointer_complex;
mod put_vec_leak;
mod result_building;
mod set;
mod smartptr_deferred;
mod struct_leak;
mod tuples;
mod variance;