Browse Source

chain-spec: fix clippy

conectado 4 years ago
parent
commit
9e4b76f090
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/chain-spec-builder/src/main.rs

+ 1 - 0
utils/chain-spec-builder/src/main.rs

@@ -48,6 +48,7 @@ enum ChainDeployment {
     live,
 }
 
+#[allow(clippy::from_over_into)]
 impl Into<ChainType> for ChainDeployment {
     fn into(self) -> ChainType {
         match self {