diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2014-08-08 06:20:01 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2014-08-08 07:55:00 -0400 |
| commit | 4fd797e7576992c199914faced30ef8e2f0b3b91 (patch) | |
| tree | 25f6b5cd6ba3e5ae7e76e11deceab0308bd14d99 /src/libstd/io | |
| parent | c5b8d89b27ea2976b2e04207815f9fbd4dc8fefe (diff) | |
| download | rust-4fd797e7576992c199914faced30ef8e2f0b3b91.tar.gz rust-4fd797e7576992c199914faced30ef8e2f0b3b91.zip | |
Register new snapshot 12e0f72
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/tempfile.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/io/tempfile.rs b/src/libstd/io/tempfile.rs index 1d53ed81437..2faa23a6aa0 100644 --- a/src/libstd/io/tempfile.rs +++ b/src/libstd/io/tempfile.rs @@ -21,9 +21,6 @@ use path::{Path, GenericPath}; use result::{Ok, Err}; use sync::atomic; -#[cfg(stage0)] -use iter::Iterator; // NOTE(stage0): Remove after snapshot. - /// A wrapper for a path to temporary directory implementing automatic /// scope-based deletion. pub struct TempDir { |
