Skip to content

Commit

Permalink
remove outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 31, 2023
1 parent 3f71e3d commit b70863e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core-primitives/utils/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pub fn write_slice_and_whitespace_pad(
Ok(())
}

/// extrinsics factory error
#[derive(Debug, thiserror::Error)]
pub enum BufferError {
#[error("Insufficient buffer size. Actual: {0}, required: {1}")]
Expand Down
1 change: 0 additions & 1 deletion core-primitives/utils/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ use std::boxed::Box;

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

/// extrinsics factory error
#[derive(Debug, thiserror::Error)]
pub enum Error {
#[error("Could not decode from hex data: {0}")]
Expand Down

0 comments on commit b70863e

Please sign in to comment.