Ignore lints in autogenerated code

This commit is contained in:
2020-05-17 00:55:29 +01:00
parent 7003b56ce6
commit 49362a6606
123 changed files with 247 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#![allow(unused)]
#![allow(clippy::all)]
mod account_interface_addressing;
pub use self::account_interface_addressing::*;