diff options
Diffstat (limited to 'components/util/debug_utils.rs')
-rw-r--r-- | components/util/debug_utils.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/util/debug_utils.rs b/components/util/debug_utils.rs index f7c02b8068b..8c1954c78ba 100644 --- a/components/util/debug_utils.rs +++ b/components/util/debug_utils.rs @@ -2,8 +2,7 @@ * 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::old_io as io; -use std::old_io::Writer; +use std::io::{self, Write}; use std::mem; use std::mem::size_of; use std::slice; |