Skip to content

Commit

Permalink
Auto merge of rust-lang#130285 - ehuss:crater-rustdoc-process, r=<try>
Browse files Browse the repository at this point in the history
Crater for rustdoc test merging

Crater run for rust-lang#126245
  • Loading branch information
bors committed Sep 12, 2024
2 parents 8c0ec05 + 80e581a commit 024495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/doctest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ struct CreateRunnableDocTests {

impl CreateRunnableDocTests {
fn new(rustdoc_options: RustdocOptions, opts: GlobalTestOptions) -> CreateRunnableDocTests {
let can_merge_doctests = rustdoc_options.edition >= Edition::Edition2024;
let can_merge_doctests = true;
CreateRunnableDocTests {
standalone_tests: Vec::new(),
mergeable_tests: FxHashMap::default(),
Expand Down

0 comments on commit 024495a

Please sign in to comment.