rust/library/std/src/pat.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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;