We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29faf0 commit 7fdcbceCopy full SHA for 7fdcbce
src/librustdoc/markdown.rs
@@ -43,7 +43,7 @@ pub fn render(
43
edition: Edition
44
) -> i32 {
45
let mut output = options.output;
46
- output.push(input.file_stem().unwrap());
+ output.push(input.file_name().unwrap());
47
output.set_extension("html");
48
49
let mut css = String::new();
0 commit comments