From 60aac7061eca294a68e7fce628d45aa4a441a9df Mon Sep 17 00:00:00 2001 From: "w.cahyadi" Date: Sun, 11 Dec 2022 16:33:45 +0700 Subject: [PATCH] add random comment --- exercises/clippy/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/clippy/README.md b/exercises/clippy/README.md index 55438af6..45f107e4 100644 --- a/exercises/clippy/README.md +++ b/exercises/clippy/README.md @@ -1,3 +1,4 @@ +# random # Clippy The Clippy tool is a collection of lints to analyze your code so you can catch common mistakes and improve your Rust code.