Skip to content

Commit 024495a

Browse files
committed
Auto merge of rust-lang#130285 - ehuss:crater-rustdoc-process, r=<try>
Crater for rustdoc test merging Crater run for rust-lang#126245
2 parents 8c0ec05 + 80e581a commit 024495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/doctest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ struct CreateRunnableDocTests {
789789

790790
impl CreateRunnableDocTests {
791791
fn new(rustdoc_options: RustdocOptions, opts: GlobalTestOptions) -> CreateRunnableDocTests {
792-
let can_merge_doctests = rustdoc_options.edition >= Edition::Edition2024;
792+
let can_merge_doctests = true;
793793
CreateRunnableDocTests {
794794
standalone_tests: Vec::new(),
795795
mergeable_tests: FxHashMap::default(),

0 commit comments

Comments
 (0)