Skip to content

Commit 5705d73

Browse files
authored
Update no_merge.rs
1 parent fcc7c55 commit 5705d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/no_merge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn find_merge_commits(remote: &str) -> Result<String, String> {
4848
"--format=%s",
4949
&format!("{remote}/master..HEAD"),
5050
// Ignore subtree syncs. Add your new subtrees here.
51-
// ":!src/tools/miri", // Ignore miri to see whether its the only thing missing or whatevers going on
51+
":!src/tools/miri", // Ignore miri to see whether its the only thing missing or whatevers going on
5252
":!src/tools/rust-analyzer",
5353
":!compiler/rustc_smir",
5454
":!library/portable-simd",

0 commit comments

Comments
 (0)