From 5d750b13b0dfeab36877650d097dd0c3845c68e0 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Thu, 22 Feb 2024 18:32:46 +0100 Subject: [PATCH] build(lint): warn on clippy::pedantic or clippy::nursery --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index bc5c4e7..9243894 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![forbid(unsafe_code)] +#![warn(clippy::pedantic, clippy::nursery)] /*! Widget built to show Tree Data structures.