about summary refs log tree commit diff
path: root/src/comp/syntax/parse/eval.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-09-01 16:09:15 -0700
committerBrian Anderson <banderson@mozilla.com>2011-09-01 16:09:15 -0700
commite824775d5332b160c7623c60f2e04372e83f26aa (patch)
treef4fbf98de07957d4761595b00828a5207e0e40bd /src/comp/syntax/parse/eval.rs
parent1b15c9e1553825e23915e4f6532669064543389d (diff)
downloadrust-e824775d5332b160c7623c60f2e04372e83f26aa.tar.gz
rust-e824775d5332b160c7623c60f2e04372e83f26aa.zip
Remove std::str. Issue #855
Diffstat (limited to 'src/comp/syntax/parse/eval.rs')
-rw-r--r--src/comp/syntax/parse/eval.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/syntax/parse/eval.rs b/src/comp/syntax/parse/eval.rs
index 1a4b3c9c29f..6318c4c769b 100644
--- a/src/comp/syntax/parse/eval.rs
+++ b/src/comp/syntax/parse/eval.rs
@@ -1,5 +1,4 @@
 
-import std::str;
 import std::istr;
 import std::option;
 import std::option::some;