diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-12 11:03:56 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-12 12:14:07 -0700 |
| commit | 4e62c0d6cb75c514d1cd35e1f79c0bd6076948a9 (patch) | |
| tree | fd8657ac1565f1e0800ee0aa4c451a20a81d9f1e /src/comp/syntax | |
| parent | 4fc0848a497ca24dd8626b6c409cb8ffce98001f (diff) | |
Remove std::vec
Diffstat (limited to 'src/comp/syntax')
| -rw-r--r-- | src/comp/syntax/ext/fmt.rs | 1 | ||||
| -rw-r--r-- | src/comp/syntax/ext/simplext.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/comp/syntax/ext/fmt.rs b/src/comp/syntax/ext/fmt.rs index cabb6bec321..98b691cbda9 100644 --- a/src/comp/syntax/ext/fmt.rs +++ b/src/comp/syntax/ext/fmt.rs @@ -7,7 +7,6 @@ */ import std::ivec; import std::str; -import std::vec; import std::option; import std::option::none; import std::option::some; diff --git a/src/comp/syntax/ext/simplext.rs b/src/comp/syntax/ext/simplext.rs index f3e8617f954..5a07dc76044 100644 --- a/src/comp/syntax/ext/simplext.rs +++ b/src/comp/syntax/ext/simplext.rs @@ -2,7 +2,6 @@ use std; import codemap::span; import std::ivec; -import std::vec; import std::option; import std::map::hashmap; import std::map::new_str_hash; |
