diff options
Diffstat (limited to 'components/util/debug_utils.rs')
-rw-r--r-- | components/util/debug_utils.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/util/debug_utils.rs b/components/util/debug_utils.rs index e43b1d11363..1eaa5085c8b 100644 --- a/components/util/debug_utils.rs +++ b/components/util/debug_utils.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use std::io; -use std::io::Writer; +use std::old_io as io; +use std::old_io::Writer; use std::mem; use std::mem::size_of; use std::slice; |