mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 10:15:42 +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:
@@ -27,7 +27,7 @@ pub use tracing::{enabled, event, Level};
|
||||
pub use jaeger::hash_to_trace_identifier;
|
||||
|
||||
#[doc(hidden)]
|
||||
pub use polkadot_primitives::v2::{CandidateHash, Hash};
|
||||
pub use polkadot_primitives::{CandidateHash, Hash};
|
||||
|
||||
pub use gum_proc_macro::{debug, error, info, trace, warn};
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
use super::*;
|
||||
pub use polkadot_primitives::v2::{CandidateHash, Hash};
|
||||
pub use polkadot_primitives::{CandidateHash, Hash};
|
||||
|
||||
#[derive(Default, Debug)]
|
||||
struct Y {
|
||||
|
||||
Reference in New Issue
Block a user