safe attr

This commit is contained in:
nora 2023-02-16 19:05:53 +01:00
parent 5f98cb10bc
commit 0cf263257c
5 changed files with 209 additions and 44 deletions

View file

@ -9,3 +9,7 @@ pub mod scratch;
pub mod sendsync;
pub mod unroll_int;
pub mod unsized_clone;
pub mod safe_extern {
pub use pm::safe_extern;
}