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, 0 insertions, 2 deletions
diff --git a/src/librustdoc/demo.rs b/src/librustdoc/demo.rs
index c5fb8f289f6..7cbd92292c1 100644
--- a/src/librustdoc/demo.rs
+++ b/src/librustdoc/demo.rs
@@ -21,8 +21,6 @@
  * tests on this file
  */
 
-use core::prelude::*;
-
 /// The base price of a muffin on a non-holiday
 static price_of_a_muffin: float = 70f;