Skip to content

Commit 1d6ddd6

Browse files
Remove unused variables generated in merged doctests
1 parent 0b4a81a commit 1d6ddd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/doctest/runner.rs

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ let tests = {{
144144
{ids}
145145
tests
146146
}};
147-
let test_marker = std::ffi::OsStr::new(__doctest_mod::RUN_OPTION);
148147
let test_args = &[{test_args}];
149148
const ENV_BIN: &'static str = \"RUSTDOC_DOCTEST_BIN_PATH\";
150149

0 commit comments

Comments
 (0)