Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Reverse adding #[allow(identity_op)]
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 5, 2022
1 parent 0a6e367 commit eb54f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/kusama/constants/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

#![cfg_attr(not(feature = "std"), no_std)]
#[allow(identity_op)]

pub mod weights;

/// Money matters.
Expand Down

0 comments on commit eb54f0e

Please sign in to comment.