mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-21 20:23:12 +00:00
66715532ab
Currently this only provides the feature to auto-update the nightly version in the `rust-toolchain` file and the `clippy_utils/README.md` file. The actual sync to and from the Rust repo will be added with the move to Josh.
6 lines
215 B
Text
6 lines
215 B
Text
[toolchain]
|
|
# begin autogenerated nightly
|
|
channel = "nightly-2024-11-14"
|
|
# end autogenerated nightly
|
|
components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
|
|
profile = "minimal"
|