summary refs log tree commit diff
path: root/src/comp/syntax/parse/parser.rs
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2012-02-09 15:30:19 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2012-02-09 15:30:27 +0100
commit52a741754c76f147e8a009051c307091efaf45b2 (patch)
tree7ebd2d22e78ff298721cec7dcc80d3624538414a /src/comp/syntax/parse/parser.rs
parent50fb4c30ed02e72a715e093c8f87b0c179fb3ccb (diff)
downloadrust-52a741754c76f147e8a009051c307091efaf45b2.tar.gz
rust-52a741754c76f147e8a009051c307091efaf45b2.zip
Remove some pointless imports
Diffstat (limited to 'src/comp/syntax/parse/parser.rs')
-rw-r--r--src/comp/syntax/parse/parser.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs
index a988557b84d..8ef68ca6388 100644
--- a/src/comp/syntax/parse/parser.rs
+++ b/src/comp/syntax/parse/parser.rs
@@ -1,6 +1,4 @@
-import core::{vec, str, option, either, result};
 import std::{io, fs};
-import option::{some, none};
 import either::{left, right};
 import std::map::{hashmap, new_str_hash};
 import token::can_begin_expr;