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 9858a4e commit 375026bCopy full SHA for 375026b
book/src/development/infrastructure/release.md
@@ -106,6 +106,9 @@ The `clippy_utils` crate is published to `crates.io` without any stability
106
guarantees. To do this, after the [sync] and the release is done, switch back to
107
the `upstream/master` branch and publish `clippy_utils`:
108
109
+> Note: The Rustup PR bumping the nightly and Clippy version **must** be merged
110
+> before doing this.
111
+
112
```bash
113
git switch master && git pull upstream master
114
cargo publish --manifest-path clippy_utils/Cargo.toml
0 commit comments