diff --git a/pallets/clients-info/src/lib.rs b/pallets/clients-info/src/lib.rs index a88ecafb5..38c8351fb 100644 --- a/pallets/clients-info/src/lib.rs +++ b/pallets/clients-info/src/lib.rs @@ -1,6 +1,7 @@ //! # ClientsInfo Module //! Stores information about clients used for the network. +#![deny(warnings)] #![cfg_attr(test, feature(proc_macro_hygiene))] #![cfg_attr(not(feature = "std"), no_std)]