Skip to content

Commit 8738185

Browse files
committed
remove outdated documentation
1 parent 51a1099 commit 8738185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core-primitives/utils/src/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ use std::boxed::Box;
2222

2323
pub type Result<T> = core::result::Result<T, Error>;
2424

25-
/// extrinsics factory error
2625
#[derive(Debug, thiserror::Error)]
2726
pub enum Error {
2827
#[error("Could not decode from hex data: {0}")]

0 commit comments

Comments
 (0)