We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7e8d1 commit fd8f3bbCopy full SHA for fd8f3bb
tests/rendered_output.rs
@@ -317,7 +317,7 @@ fn book_with_a_reserved_filename_does_not_build() {
317
let mut summary_file = fs::File::create(summary_path).unwrap();
318
writeln!(summary_file, "[print](print.md)").unwrap();
319
320
- let mut md = MDBook::load(tmp_dir.path()).unwrap();
+ let md = MDBook::load(tmp_dir.path()).unwrap();
321
let got = md.build();
322
assert!(got.is_err());
323
}
0 commit comments