diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-01 16:09:15 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-01 16:09:15 -0700 |
| commit | e824775d5332b160c7623c60f2e04372e83f26aa (patch) | |
| tree | f4fbf98de07957d4761595b00828a5207e0e40bd /src/comp/syntax/parse/eval.rs | |
| parent | 1b15c9e1553825e23915e4f6532669064543389d (diff) | |
| download | rust-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.rs | 1 |
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; |
