mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-14 16:45:01 +01:00
6 lines
88 B
Rust
6 lines
88 B
Rust
#![feature(ptr_metadata)]
|
|
|
|
mod cfg_match;
|
|
mod unsized_clone;
|
|
|
|
pub use unsized_clone::*;
|