1
Fork 0

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:
Matthias Krüger 2025-04-03 21:18:31 +02:00 committed by GitHub
commit ed6efe6723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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\";