rust/library/std/src/pat.rs

4 lines
86 B
Rust

//! Helper module for exporting the `pattern_type` macro
pub use core::pattern_type;