summaryrefslogtreecommitdiff
path: root/src/exercise.rs
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-06-14 14:48:51 +0200
committermokou <mokou@posteo.de>2020-06-14 14:48:51 +0200
commit55a9284665dc6ef5d9db6f73e76630f22d3ea43d (patch)
tree0278fc456e5fa135d200903f43de14bcf2b91c6d /src/exercise.rs
parent113cdae2d4e4c55905e8056ad326ede7fd7de356 (diff)
chore: Move from master branch to main branch
Diffstat (limited to 'src/exercise.rs')
-rw-r--r--src/exercise.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs
index 177b7f3..2108d81 100644
--- a/src/exercise.rs
+++ b/src/exercise.rs
@@ -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])