about summary refs log tree commit diff
path: root/library/std/src/pat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/pat.rs')
-rw-r--r--library/std/src/pat.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/std/src/pat.rs b/library/std/src/pat.rs
new file mode 100644
index 00000000000..aeddd84c2cb
--- /dev/null
+++ b/library/std/src/pat.rs
@@ -0,0 +1,3 @@
+//! Helper module for exporting the `pattern_type` macro
+
+pub use core::pattern_type;