1
Fork 0

Remove info for path (fixup #24452)

This commit is contained in:
Manish Goregaokar 2015-04-17 15:47:38 +05:30
parent 1b6bd92790
commit c98115cefb
2 changed files with 0 additions and 2 deletions

View file

@ -1178,7 +1178,6 @@ impl Context {
{ {
fn render(w: File, cx: &Context, it: &clean::Item, fn render(w: File, cx: &Context, it: &clean::Item,
pushname: bool) -> io::Result<()> { 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 // A little unfortunate that this is done like this, but it sure
// does make formatting *a lot* nicer. // does make formatting *a lot* nicer.
CURRENT_LOCATION_KEY.with(|slot| { CURRENT_LOCATION_KEY.with(|slot| {

View file

@ -32,7 +32,6 @@
#![feature(test)] #![feature(test)]
#![feature(unicode)] #![feature(unicode)]
#![feature(str_words)] #![feature(str_words)]
#![feature(file_path)]
#![feature(path_ext)] #![feature(path_ext)]
#![feature(path_relative_from)] #![feature(path_relative_from)]
#![feature(slice_patterns)] #![feature(slice_patterns)]