Skip to content

Commit ff0c8ca

Browse files
authored
Unrolled build for rust-lang#139255
Rollup merge of rust-lang#139255 - GuillaumeGomez:unused-var-merged-doctest, r=fmease Remove unused variables generated in merged doctests The variable is unused so no need to keep it around. cc `@notriddle` r? `@camelid`
2 parents 00095b3 + 1d6ddd6 commit ff0c8ca

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)