Rollup merge of #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`
This commit is contained in:
commit
ed6efe6723
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ let tests = {{
|
|||
{ids}
|
||||
tests
|
||||
}};
|
||||
let test_marker = std::ffi::OsStr::new(__doctest_mod::RUN_OPTION);
|
||||
let test_args = &[{test_args}];
|
||||
const ENV_BIN: &'static str = \"RUSTDOC_DOCTEST_BIN_PATH\";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue