From 9af047a805d253c7943963327e69282aba13dbe8 Mon Sep 17 00:00:00 2001 From: Subhra Sekhar Garai Date: Sat, 6 Jul 2024 13:10:22 +0530 Subject: [PATCH] added clippy::pandemic --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 1861a51..9900f62 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +#![warn(clippy::all, clippy::pedantic)] mod editor; use editor::Editor; fn main() {