@@ -25,7 +25,7 @@ This process is described in detail in the following sections.
25
25
The sync is done with [ JOSH] and fully scripted with ` cargo dev sync ` . The only
26
26
requirement is to install the ` josh-proxy ` binary from GitHub
27
27
28
- <!-- FIXME: Change to a release version once the fix is merged -->
28
+ <!-- FIXME: Change to a release version once >r23.12.04 is released -->
29
29
30
30
``` sh
31
31
$ RUSTFLAGS=" --cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh
@@ -50,9 +50,11 @@ If there should be merge conflicts, resolve them now and commit with the message
50
50
> Note: If the version tests fail, refer to [ bump version] in the release
51
51
> documentation.
52
52
53
- Open a PR to ` rust-lang/rust-clippy ` and wait for it to get merged (to
54
- accelerate the process ping the ` @rust-lang/clippy ` team in your PR and/or ask
55
- them in the [ Zulip] stream.)
53
+ Open a PR to ` rust-lang/rust-clippy ` and if you are a Clippy maintainer, you can
54
+ ` r+ ` the PR yourself. If not, change ` r? @ghost ` to ` r? clippy ` and a Clippy
55
+ maintainer will get assigned. To accelerate the process ping the Clippy team in
56
+ [ Zulip] .
57
+
56
58
57
59
[ bump version ] : release.md#bump-version
58
60
[ Zulip ] : https://rust-lang.zulipchat.com/#narrow/stream/clippy
@@ -84,9 +86,6 @@ Sync from Clippy commit: rust-lang/rust-clippy@<sha1>
84
86
85
87
The title must be kept as is, to [ tell triagebot] that this is a sync PR.
86
88
87
- If you're a Clippy maintainer, you can ` r+ ` the PR yourself. If not, change `r?
88
- @ghost` to ` r? clippy`.
89
-
90
89
The second line must be kept as is, to [ find the Clippy commit] during a
91
90
release.
92
91
0 commit comments