Skip to content

Commit

Permalink
put back deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Oct 16, 2023
1 parent c385379 commit c9ae160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/clients-info/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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)]

Expand Down

0 comments on commit c9ae160

Please sign in to comment.