Replace file_stem by file_name in rustdoc markdown
This commit is contained in:
parent
e29faf0d09
commit
7fdcbce499
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ pub fn render(
|
|||
edition: Edition
|
||||
) -> i32 {
|
||||
let mut output = options.output;
|
||||
output.push(input.file_stem().unwrap());
|
||||
output.push(input.file_name().unwrap());
|
||||
output.set_extension("html");
|
||||
|
||||
let mut css = String::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue