diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-02 15:46:05 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-02 15:46:05 +0200 |
| commit | 1d6ddd684305280621b1ea2fb1776828e828e836 (patch) | |
| tree | 950c43b2311032f8ff78c960f566440497f3caad | |
| parent | 0b4a81a4ef637117b365c3c51a5326f1c4a90ded (diff) | |
| download | rust-1d6ddd684305280621b1ea2fb1776828e828e836.tar.gz rust-1d6ddd684305280621b1ea2fb1776828e828e836.zip | |
Remove unused variables generated in merged doctests
| -rw-r--r-- | src/librustdoc/doctest/runner.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/doctest/runner.rs b/src/librustdoc/doctest/runner.rs index f891505d2a6..e34b8a53b07 100644 --- a/src/librustdoc/doctest/runner.rs +++ b/src/librustdoc/doctest/runner.rs @@ -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\"; |
