From 8b6bd8e89e4f28d5d9eeaefff94960a7f455dfcb Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 24 Jan 2024 22:04:26 -0500 Subject: [PATCH] add cargo clippy Signed-off-by: strawberry --- .gitlab/merge_request_templates/MR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/merge_request_templates/MR.md b/.gitlab/merge_request_templates/MR.md index c592a3b2..4210554b 100644 --- a/.gitlab/merge_request_templates/MR.md +++ b/.gitlab/merge_request_templates/MR.md @@ -3,6 +3,6 @@ ----------------------------------------------------------------------------- -- [ ] I ran `cargo fmt` and `cargo test` +- [ ] I ran `cargo fmt`, `cargo clippy`, and `cargo test` - [ ] I agree to release my code and all other changes of this MR under the Apache-2.0 license