Skip to content

Commit

Permalink
Update no_merge.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb authored Dec 31, 2022
1 parent fcc7c55 commit 5705d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/no_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn find_merge_commits(remote: &str) -> Result<String, String> {
"--format=%s",
&format!("{remote}/master..HEAD"),
// Ignore subtree syncs. Add your new subtrees here.
// ":!src/tools/miri", // Ignore miri to see whether its the only thing missing or whatevers going on
":!src/tools/miri", // Ignore miri to see whether its the only thing missing or whatevers going on
":!src/tools/rust-analyzer",
":!compiler/rustc_smir",
":!library/portable-simd",
Expand Down

0 comments on commit 5705d73

Please sign in to comment.