refactor(rustdoc): Remove redundant langstr checks · rust-lang/rust@aec6d51 (original) (raw)

Original file line number Diff line number Diff line change
@@ -1016,9 +1016,6 @@ impl CreateRunnableDocTests {
1016 1016 .span(scraped_test.span)
1017 1017 .build(dcx);
1018 1018 let is_standalone = !doctest.can_be_merged
1019 - |
1020 - |
1021 - |
1022 1019 |
1023 1020 |
1024 1021 if is_standalone {