chore: make clippy happy and bump clippy msrv

This commit is contained in:
志宇
2023-12-29 19:15:57 +08:00
parent c9467dcbb2
commit 1def76f1f1
9 changed files with 16 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
mod tx_template;
#[allow(unused_imports)]
pub use tx_template::*;
#[allow(unused_macros)]