build(lint): warn on clippy::pedantic or clippy::nursery

This commit is contained in:
EdJoPaTo
2024-02-22 18:32:46 +01:00
parent 766d4f1d58
commit 5d750b13b0
+1
View File
@@ -1,4 +1,5 @@
#![forbid(unsafe_code)]
#![warn(clippy::pedantic, clippy::nursery)]
/*!
Widget built to show Tree Data structures.