about summary refs log tree commit diff
path: root/src/libstd/logging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/logging.rs')
-rw-r--r--src/libstd/logging.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/logging.rs b/src/libstd/logging.rs
index d10b873c5b5..636d3ffd90a 100644
--- a/src/libstd/logging.rs
+++ b/src/libstd/logging.rs
@@ -96,7 +96,7 @@ start, print out all modules registered for logging, and then exit.
 */
 
 use fmt;
-use io::buffered::LineBufferedWriter;
+use io::LineBufferedWriter;
 use io;
 use io::Writer;
 use ops::Drop;