1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 05:46:07 +02:00

Merge pull request #1769 from bastianpedersen/patch-1

docs: reword `clippy1` exercise to be more readable
This commit is contained in:
liv 2023-11-29 17:39:28 +01:00 committed by GitHub
commit 9f4b5566db
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
// The Clippy tool is a collection of lints to analyze your code so you can
// catch common mistakes and improve your Rust code.
//
// For these exercises the code will fail to compile when there are clippy
// warnings check clippy's suggestions from the output to solve the exercise.
// For these exercises the code will fail to compile when there are Clippy
// warnings. Check Clippy's suggestions from the output to solve the exercise.
//
// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a
// hint.