Skip to content
Snippets Groups Projects
Commit 10ba2467 authored by asynchronous rob's avatar asynchronous rob
Browse files

remove debug impl in runtime-std

parent 6aaf4463
Branches
No related merge requests found
......@@ -50,7 +50,8 @@ pub mod transaction {
use core::ops;
/// A type-safe indicator that a transaction has been checked.
#[derive(Debug, PartialEq, Eq, Clone)]
#[derive(PartialEq, Eq, Clone)]
#[cfg_attr(feature = "std", derive(Debug))]
pub struct CheckedTransaction(UncheckedTransaction);
impl CheckedTransaction {
......
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