diff options
Diffstat (limited to 'src/components/util/debug.rs')
-rw-r--r-- | src/components/util/debug.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/util/debug.rs b/src/components/util/debug.rs index 5c9aa700d5b..029db75d129 100644 --- a/src/components/util/debug.rs +++ b/src/components/util/debug.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::rt::io; -use std::rt::io::Writer; +use std::io; +use std::io::Writer; use std::vec::raw::buf_as_slice; use std::cast::transmute; use std::mem::size_of; |