mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-26 23:30:05 -04:00
chore: Move from master branch to main branch
This commit is contained in:
parent
113cdae2d4
commit
55a9284665
3 changed files with 4 additions and 4 deletions
src
|
@ -134,7 +134,7 @@ path = "{}.rs""#,
|
|||
.expect("Failed to compile!");
|
||||
// Due to an issue with Clippy, a cargo clean is required to catch all lints.
|
||||
// See https://github.com/rust-lang/rust-clippy/issues/2604
|
||||
// This is already fixed on master branch. See this issue to track merging into Cargo:
|
||||
// This is already fixed on Clippy's master branch. See this issue to track merging into Cargo:
|
||||
// https://github.com/rust-lang/rust-clippy/issues/3837
|
||||
Command::new("cargo")
|
||||
.args(&["clean", "--manifest-path", CLIPPY_CARGO_TOML_PATH])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue