diff options
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; |
