Skip to content

Commit 87df85a

Browse files
committed
clean up Error
Signed-off-by: Dave Huseby <[email protected]>
1 parent 6be512e commit 87df85a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multitrait"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Dave Huseby <[email protected]>"]
66
description = "Common traits for multiformats types"

src/error.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
use thiserror::Error;
2-
31
/// Errors generated by the numeric type impls
4-
#[derive(Clone, Debug, Eq, Error, PartialEq)]
2+
#[derive(Clone, Debug, thiserror::Error)]
53
#[non_exhaustive]
64
pub enum Error {
75
/// an unsigned-varint error

0 commit comments

Comments
 (0)