summaryrefslogtreecommitdiffstats
path: root/src/librustdoc/docfs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/docfs.rs')
-rw-r--r--src/librustdoc/docfs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/docfs.rs b/src/librustdoc/docfs.rs
index 82c1a5039..1f7abdfc3 100644
--- a/src/librustdoc/docfs.rs
+++ b/src/librustdoc/docfs.rs
@@ -12,7 +12,6 @@ use std::cmp::max;
use std::fs;
use std::io;
use std::path::{Path, PathBuf};
-use std::string::ToString;
use std::sync::mpsc::Sender;
use std::thread::available_parallelism;
use threadpool::ThreadPool;