about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-04-17 15:47:38 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-04-17 19:01:33 +0530
commitc98115cefb1e10b582569404f6142a918f3ccbe5 (patch)
treeac8d65163d7e0a58b8be2f61a1bc7b41b31abbbb
parent1b6bd92790c4021ca83ff63f96767468f37f8ce3 (diff)
downloadrust-c98115cefb1e10b582569404f6142a918f3ccbe5.tar.gz
rust-c98115cefb1e10b582569404f6142a918f3ccbe5.zip
Remove info for path (fixup #24452)
-rw-r--r--src/librustdoc/html/render.rs1
-rw-r--r--src/librustdoc/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs
index 250ec34edf7..3f3f8201b00 100644
--- a/src/librustdoc/html/render.rs
+++ b/src/librustdoc/html/render.rs
@@ -1178,7 +1178,6 @@ impl Context {
     {
         fn render(w: File, cx: &Context, it: &clean::Item,
                   pushname: bool) -> io::Result<()> {
-            info!("Rendering an item to {}", w.path().unwrap().display());
             // A little unfortunate that this is done like this, but it sure
             // does make formatting *a lot* nicer.
             CURRENT_LOCATION_KEY.with(|slot| {
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs
index 2682bbf4662..e3b429a37d3 100644
--- a/src/librustdoc/lib.rs
+++ b/src/librustdoc/lib.rs
@@ -32,7 +32,6 @@
 #![feature(test)]
 #![feature(unicode)]
 #![feature(str_words)]
-#![feature(file_path)]
 #![feature(path_ext)]
 #![feature(path_relative_from)]
 #![feature(slice_patterns)]