1 2 3 4 5 6 7 8
#![forbid(unsafe_code)] mod generics; mod ident; pub mod into_static; mod modified_clone; pub mod to_borrowed; mod type_;