about summary refs log tree commit diff
path: root/src/librustdoc/demo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/demo.rs')
-rw-r--r--src/librustdoc/demo.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustdoc/demo.rs b/src/librustdoc/demo.rs
index 7cbd92292c1..c5fb8f289f6 100644
--- a/src/librustdoc/demo.rs
+++ b/src/librustdoc/demo.rs
@@ -21,6 +21,8 @@
  * tests on this file
  */
 
+use core::prelude::*;
+
 /// The base price of a muffin on a non-holiday
 static price_of_a_muffin: float = 70f;