This commit is contained in:
nora 2022-11-06 15:26:37 +01:00
parent 785b3952b9
commit 153fb36814
No known key found for this signature in database
2 changed files with 40 additions and 0 deletions

View file

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