diff options
| author | bors <bors@rust-lang.org> | 2013-08-06 08:44:05 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-06 08:44:05 -0700 |
| commit | 3dfb55ab09a8533da7c5bf559c923685d5d64dc1 (patch) | |
| tree | bdd4358cae6921f85a47492dcdf8d332da1bfdcd /src/libstd/rt | |
| parent | ba3d03d3a4836aa5776ca8c4cb0e9982b00f516b (diff) | |
| parent | 53c6de56840b72a75909d5d51babb4511dee5a83 (diff) | |
| download | rust-3dfb55ab09a8533da7c5bf559c923685d5d64dc1.tar.gz rust-3dfb55ab09a8533da7c5bf559c923685d5d64dc1.zip | |
auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/io/flate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rt/io/flate.rs b/src/libstd/rt/io/flate.rs index bea62f7e28c..16bca850fd2 100644 --- a/src/libstd/rt/io/flate.rs +++ b/src/libstd/rt/io/flate.rs @@ -10,7 +10,7 @@ //! Some various other I/O types -// NOTE: These ultimately belong somewhere else +// FIXME(#3660): should move to libextra use prelude::*; use super::*; |
