Skip to content
Snippets Groups Projects
Unverified Commit 4f4f6f82 authored by Maksym H's avatar Maksym H Committed by GitHub
Browse files

add allow(dead_code) to substrate weight templates (#7408)

address failed CI after full regeneration

Example https://github.com/paritytech/polkadot-sdk/pull/7406
Failed CI
https://github.com/paritytech/polkadot-sdk/actions/runs/13070646240

Monkey-patched weights which have been overridden by automation

![image](https://github.com/user-attachments/assets/ecf69173-f4dd-4113-a319-4f29d779ecae)
parent 4cd07c56
Branches
No related merge requests found
Pipeline #514048 waiting for manual action with stages
in 35 minutes and 2 seconds
......@@ -16,6 +16,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
#[allow(dead_code)]
use frame::weights_prelude::*;
......
......@@ -16,6 +16,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
#[allow(dead_code)]
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use core::marker::PhantomData;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment