about summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/ast_builder.rs
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2013-06-24 20:40:33 -0400
committerCorey Richardson <corey@octayn.net>2013-06-25 16:15:07 -0400
commit0d471d310ded00283338ae28350b304e0f36e562 (patch)
tree2a566bb65168c8a75875f61bcf03f402c215a2a8 /src/libsyntax/ext/pipes/ast_builder.rs
parent032dcc57e8876e960837c3a050be2c7570e7eafd (diff)
downloadrust-0d471d310ded00283338ae28350b304e0f36e562.tar.gz
rust-0d471d310ded00283338ae28350b304e0f36e562.zip
great renaming propagation: syntax
Diffstat (limited to 'src/libsyntax/ext/pipes/ast_builder.rs')
-rw-r--r--src/libsyntax/ext/pipes/ast_builder.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libsyntax/ext/pipes/ast_builder.rs b/src/libsyntax/ext/pipes/ast_builder.rs
index 99ffd78d7ba..1af6e7810a5 100644
--- a/src/libsyntax/ext/pipes/ast_builder.rs
+++ b/src/libsyntax/ext/pipes/ast_builder.rs
@@ -13,13 +13,11 @@
 // To start with, it will be use dummy spans, but it might someday do
 // something smarter.
 
-use core::prelude::*;
-
 use ast::ident;
 use ast;
 use codemap::span;
 
-use core::vec;
+use std::vec;
 
 // Transitional reexports so qquote can find the paths it is looking for
 mod syntax {