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 7d0d2e7 commit b8bd10cCopy full SHA for b8bd10c
src/tools/compiletest/src/runtest/rustdoc_json.rs
@@ -18,8 +18,6 @@ impl TestCx<'_> {
18
self.fatal_proc_rec("rustdoc failed!", &proc_res);
19
}
20
21
- let mut json_out = out_dir.join(self.testpaths.file.file_stem().unwrap());
22
- json_out.set_extension("json");
23
let res = self.run_command_to_procres(
24
Command::new(self.config.jsondocck_path.as_ref().unwrap())
25
.arg("--doc-dir")
0 commit comments