Merge pull request #98 from maurer/old_path

Switch to using old_path for new rustc
This commit is contained in:
Steven Fackler 2015-02-05 14:10:43 -08:00
commit 21666bfc0d

View File

@ -10,7 +10,7 @@
use std::fmt;
use std::str::FromStr;
use std::path::BytesContainer;
use std::old_path::BytesContainer;
use std::num;
use std::str;