forked from M-Labs/nac3
1
0
Fork 0

core: allow unused for now

This commit is contained in:
lyken 2024-07-11 10:08:15 +08:00
parent 851cef57aa
commit 8f191631f2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
)]
#![warn(clippy::pedantic)]
#![allow(
unused,
dead_code,
clippy::cast_possible_truncation,
clippy::cast_sign_loss,