rust/library/std/src/pat.rs

4 lines
86 B
Rust
Raw Normal View History

2023-01-31 11:35:23 +00:00
//! Helper module for exporting the `pattern_type` macro
pub use core::pattern_type;