3de31b3c02
Put everything that was in `misc.rs` into their own files, with some opportunistic refactoring, because why not.
4 lines
66 B
Rust
4 lines
66 B
Rust
pub(crate) fn default<T: Default>() -> T {
|
|
Default::default()
|
|
}
|