Skip to content

Commit c98115c

Browse files
committed
Remove info for path (fixup #24452)
1 parent 1b6bd92 commit c98115c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/librustdoc/html/render.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,6 @@ impl Context {
11781178
{
11791179
fn render(w: File, cx: &Context, it: &clean::Item,
11801180
pushname: bool) -> io::Result<()> {
1181-
info!("Rendering an item to {}", w.path().unwrap().display());
11821181
// A little unfortunate that this is done like this, but it sure
11831182
// does make formatting *a lot* nicer.
11841183
CURRENT_LOCATION_KEY.with(|slot| {

src/librustdoc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#![feature(test)]
3333
#![feature(unicode)]
3434
#![feature(str_words)]
35-
#![feature(file_path)]
3635
#![feature(path_ext)]
3736
#![feature(path_relative_from)]
3837
#![feature(slice_patterns)]

0 commit comments

Comments
 (0)