mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
Repair and extend some benchmarks (#5648)
This commit is contained in:
@@ -208,7 +208,7 @@ pub trait Contains<T: Ord> {
|
||||
///
|
||||
/// **Should be used for benchmarking only!!!**
|
||||
#[cfg(feature = "runtime-benchmarks")]
|
||||
fn add(t: &T) { unimplemented!() }
|
||||
fn add(_t: &T) { unimplemented!() }
|
||||
}
|
||||
|
||||
/// Determiner to say whether a given account is unused.
|
||||
|
||||
Reference in New Issue
Block a user