chore: add explanatory comment to clippy1
This commit is contained in:
parent
c9e4f2cfb4
commit
630ff0e00b
@ -2,6 +2,8 @@
|
|||||||
// The Clippy tool is a collection of lints to analyze your code
|
// The Clippy tool is a collection of lints to analyze your code
|
||||||
// so you can catch common mistakes and improve your Rust 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.
|
||||||
// Execute `rustlings hint clippy1` for hints :)
|
// Execute `rustlings hint clippy1` for hints :)
|
||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
Reference in New Issue
Block a user