This commit is contained in:
nora 2023-01-10 19:11:29 +01:00
parent 13e6a1d6c6
commit afb32dbd6a
3 changed files with 153 additions and 7 deletions

View file

@ -1,8 +1,9 @@
#![feature(ptr_metadata)]
#![feature(trace_macros)]
#![feature(auto_traits)]
#![feature(negative_impls)]
mod cfg_match;
mod unroll_int;
mod unsized_clone;
pub use unsized_clone::*;
pub mod cfg_match;
pub mod sendsync;
pub mod unroll_int;
pub mod unsized_clone;