mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Re-export current primitives in crate root (#6487)
* Re-export current primitives in crate root * Add missing exports * restart CI
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
const TRACING_TARGET: &'static str = "metrics";
|
||||
|
||||
use parity_scale_codec::Encode;
|
||||
use primitives::v2::{
|
||||
use primitives::{
|
||||
metric_definitions::{CounterDefinition, CounterVecDefinition},
|
||||
RuntimeMetricLabelValues, RuntimeMetricOp, RuntimeMetricUpdate,
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
//! provide a dummy implementation for the native runtime to avoid cluttering the runtime code
|
||||
//! with `#[cfg(feature = "runtime-metrics")]`.
|
||||
|
||||
use primitives::v2::metric_definitions::{CounterDefinition, CounterVecDefinition};
|
||||
use primitives::metric_definitions::{CounterDefinition, CounterVecDefinition};
|
||||
|
||||
/// A dummy `Counter`.
|
||||
pub struct Counter;
|
||||
|
||||
Reference in New Issue
Block a user