We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7135a9f + 451d73f commit b1c8693Copy full SHA for b1c8693
src/doc/rustc-dev-guide/josh-sync/src/sync.rs
@@ -194,7 +194,7 @@ impl GitSync {
194
);
195
println!(
196
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
197
- " https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=Rustc+dev+guide+subtree+update&body=r?+@ghost"
+ " https://github.com/{UPSTREAM_REPO}/compare/{github_user}:{branch}?quick_pull=1&title=rustc-dev-guide+subtree+update&body=r?+@ghost"
198
199
200
drop(josh);
0 commit comments