We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc7c55 commit 5705d73Copy full SHA for 5705d73
src/tools/tidy/src/no_merge.rs
@@ -48,7 +48,7 @@ fn find_merge_commits(remote: &str) -> Result<String, String> {
48
"--format=%s",
49
&format!("{remote}/master..HEAD"),
50
// 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
+ ":!src/tools/miri", // Ignore miri to see whether its the only thing missing or whatevers going on
52
":!src/tools/rust-analyzer",
53
":!compiler/rustc_smir",
54
":!library/portable-simd",
0 commit comments