diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-22 16:31:00 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-26 16:01:16 -0800 |
| commit | 3a07f859b880bfe4dd6f095c959422d7c6b53831 (patch) | |
| tree | 797b16a0b4c63a16a37b098c577d47b537a8fbac /src/libsyntax/parse/parser.rs | |
| parent | f72b1645103e12b581f7022b893c37b5fe41aef7 (diff) | |
| download | rust-3a07f859b880bfe4dd6f095c959422d7c6b53831.tar.gz rust-3a07f859b880bfe4dd6f095c959422d7c6b53831.zip | |
Fallout of io => old_io
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index eab24574bb1..fbea265597c 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -80,7 +80,7 @@ use ptr::P; use owned_slice::OwnedSlice; use std::collections::HashSet; -use std::io::fs::PathExtensions; +use std::old_io::fs::PathExtensions; use std::iter; use std::mem; use std::num::Float; |
