wrong way round, its allow not deny

This commit is contained in:
endernon 2025-01-01 20:52:00 +00:00
parent 062cc18be1
commit 4324f68f65

View file

@ -1,4 +1,4 @@
#![deny( #![allow(
clippy::single_match clippy::single_match
)] )]