about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-04-27 19:18:33 -0700
committerbors <bors@rust-lang.org>2013-04-27 19:18:33 -0700
commit5f7947aa52f79943593c36d71868757ef351b94e (patch)
tree246190c51857def54922ac4888e990d2e53164ca /src/libsyntax/parse/parser.rs
parentdd5b1de1812f308ad68472d2ab06c15d3c342d75 (diff)
parentf792baba42b79711b64950c46208a1eb4b9539be (diff)
downloadrust-5f7947aa52f79943593c36d71868757ef351b94e.tar.gz
rust-5f7947aa52f79943593c36d71868757ef351b94e.zip
auto merge of #6075 : thestinger/rust/no-no_core, r=brson
core injection works fine now
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index d5cb1f5ebac..c35b0e2e8c2 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use core::prelude::*;
-
 use abi;
 use abi::AbiSet;
 use ast::{Sigil, BorrowedSigil, ManagedSigil, OwnedSigil};