about summary refs log tree commit diff
path: root/library/core/src/prelude/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/prelude/mod.rs')
-rw-r--r--library/core/src/prelude/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/core/src/prelude/mod.rs b/library/core/src/prelude/mod.rs
new file mode 100644
index 00000000000..51f4acf0685
--- /dev/null
+++ b/library/core/src/prelude/mod.rs
@@ -0,0 +1,5 @@
+//! The libcore prelude
+
+#![stable(feature = "core_prelude", since = "1.4.0")]
+
+pub mod v1;