mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Fix Compiler Warnings (new rustc) (#8907)
* unused mmr * more unused * dyn in executor * remove `doc(inline)` * fix dyn for sp-api-test * update benchmarks * Update primitives/core/benches/bench.rs * Update primitives/core/benches/bench.rs * update another bench * fix benchmark? Co-authored-by: adoerr <0xad@gmx.net>
This commit is contained in:
@@ -397,7 +397,6 @@ macro_rules! parameter_types {
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
#[doc(inline)]
|
||||
#[macro_export]
|
||||
macro_rules! parameter_types_impl_thread_local {
|
||||
( $( $any:tt )* ) => {
|
||||
@@ -406,7 +405,6 @@ macro_rules! parameter_types_impl_thread_local {
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[doc(inline)]
|
||||
#[macro_export]
|
||||
macro_rules! parameter_types_impl_thread_local {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user