Skip to content

Commit

Permalink
Remove info for path (fixup #24452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Apr 17, 2015
1 parent 1b6bd92 commit c98115c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/librustdoc/html/render.rs
Expand Up @@ -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| {
Expand Down
1 change: 0 additions & 1 deletion src/librustdoc/lib.rs
Expand Up @@ -32,7 +32,6 @@
#![feature(test)]
#![feature(unicode)]
#![feature(str_words)]
#![feature(file_path)]
#![feature(path_ext)]
#![feature(path_relative_from)]
#![feature(slice_patterns)]
Expand Down

0 comments on commit c98115c

Please sign in to comment.