From 394b8823f3cdea68b28a91c8c696ac6f22c3ef85 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Sat, 5 Oct 2024 23:31:29 +0200 Subject: [PATCH] Fix clippy for new rustc - next regeneration should be fixed when https://github.com/paritytech/subxt/pull/1814 is released --- relay-clients/client-kusama/src/codegen_runtime.rs | 2 +- relay-clients/client-polkadot/src/codegen_runtime.rs | 2 +- relay-clients/client-rococo/src/codegen_runtime.rs | 2 +- relay-clients/client-westend/src/codegen_runtime.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/relay-clients/client-kusama/src/codegen_runtime.rs b/relay-clients/client-kusama/src/codegen_runtime.rs index ccffa740d0..dfc3c7a07e 100644 --- a/relay-clients/client-kusama/src/codegen_runtime.rs +++ b/relay-clients/client-kusama/src/codegen_runtime.rs @@ -18,7 +18,7 @@ //! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen //! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://kusama-rpc.polkadot.io -#[allow(dead_code, unused_imports, non_camel_case_types)] +#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)] #[allow(clippy::all)] #[allow(rustdoc::broken_intra_doc_links)] pub mod api { diff --git a/relay-clients/client-polkadot/src/codegen_runtime.rs b/relay-clients/client-polkadot/src/codegen_runtime.rs index ba3bd4ff30..bee6e43355 100644 --- a/relay-clients/client-polkadot/src/codegen_runtime.rs +++ b/relay-clients/client-polkadot/src/codegen_runtime.rs @@ -18,7 +18,7 @@ //! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen //! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://dot-rpc.stakeworld.io -#[allow(dead_code, unused_imports, non_camel_case_types)] +#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)] #[allow(clippy::all)] #[allow(rustdoc::broken_intra_doc_links)] pub mod api { diff --git a/relay-clients/client-rococo/src/codegen_runtime.rs b/relay-clients/client-rococo/src/codegen_runtime.rs index 147ed2a053..3222e10d6a 100644 --- a/relay-clients/client-rococo/src/codegen_runtime.rs +++ b/relay-clients/client-rococo/src/codegen_runtime.rs @@ -18,7 +18,7 @@ //! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen //! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://rococo-rpc.polkadot.io:443 -#[allow(dead_code, unused_imports, non_camel_case_types)] +#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)] #[allow(clippy::all)] #[allow(rustdoc::broken_intra_doc_links)] pub mod api { diff --git a/relay-clients/client-westend/src/codegen_runtime.rs b/relay-clients/client-westend/src/codegen_runtime.rs index 7a92841683..9fe6a63253 100644 --- a/relay-clients/client-westend/src/codegen_runtime.rs +++ b/relay-clients/client-westend/src/codegen_runtime.rs @@ -18,7 +18,7 @@ //! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen //! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://westend-rpc.polkadot.io:443 -#[allow(dead_code, unused_imports, non_camel_case_types)] +#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)] #[allow(clippy::all)] #[allow(rustdoc::broken_intra_doc_links)] pub mod api {