We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6bd92 commit c98115cCopy full SHA for c98115c
src/librustdoc/html/render.rs
@@ -1178,7 +1178,6 @@ impl Context {
1178
{
1179
fn render(w: File, cx: &Context, it: &clean::Item,
1180
pushname: bool) -> io::Result<()> {
1181
- info!("Rendering an item to {}", w.path().unwrap().display());
1182
// A little unfortunate that this is done like this, but it sure
1183
// does make formatting *a lot* nicer.
1184
CURRENT_LOCATION_KEY.with(|slot| {
src/librustdoc/lib.rs
@@ -32,7 +32,6 @@
32
#![feature(test)]
33
#![feature(unicode)]
34
#![feature(str_words)]
35
-#![feature(file_path)]
36
#![feature(path_ext)]
37
#![feature(path_relative_from)]
38
#![feature(slice_patterns)]
0 commit comments