diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-06-11 23:54:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-06-14 23:15:42 -0400 |
| commit | 585f5f7f794c5f181ff351cb82a4c692cf61caa3 (patch) | |
| tree | 68895a12b0ada601a33a59760686c89b2f0be9fb /src/libsyntax/ext/bytes.rs | |
| parent | 38e05747b5cf75671b7fb7c634eba8fe56f9eb39 (diff) | |
| download | rust-585f5f7f794c5f181ff351cb82a4c692cf61caa3.tar.gz rust-585f5f7f794c5f181ff351cb82a4c692cf61caa3.zip | |
add IteratorUtil to the prelude
Diffstat (limited to 'src/libsyntax/ext/bytes.rs')
| -rw-r--r-- | src/libsyntax/ext/bytes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ext/bytes.rs b/src/libsyntax/ext/bytes.rs index 51fbaee7a33..59a9ec407b0 100644 --- a/src/libsyntax/ext/bytes.rs +++ b/src/libsyntax/ext/bytes.rs @@ -10,7 +10,6 @@ /* The compiler code necessary to support the bytes! extension. */ -use core::iterator::IteratorUtil; use ast; use codemap::span; use ext::base::*; |
