We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b669a7 commit 9ab4bcaCopy full SHA for 9ab4bca
2 files changed
README.md
@@ -22,7 +22,7 @@ Note that klint currently is pinned to a Rust version so it is likely that runni
22
23
To run this tool, use rustup which will prepare the necessary environment variables:
24
```
25
-rustup run beta klint
+rustup run 1.85 klint
26
27
28
`klint` will behave like rustc, just with additional lints.
rust-toolchain
@@ -3,5 +3,5 @@
3
# SPDX-License-Identifier: MIT OR Apache-2.0
4
5
[toolchain]
6
-channel = "beta"
+channel = "1.85"
7
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]
0 commit comments