Skip to content

Commit 102d99d

Browse files
committed
remove unused error
1 parent a7ffe58 commit 102d99d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clarity-serialization/src/errors.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ pub enum CodecError {
7878
#[error("type of expression cannot be determined")]
7979
CouldNotDetermineType,
8080

81-
#[error("Deserialization expected a value of type '{0}', but the data did not match")]
82-
DeserializeWrongType(Box<TypeSignature>),
83-
8481
// --- Naming and Identifier Errors ---
8582
#[error("Name '{0}' is already used in this tuple")]
8683
NameAlreadyUsedInTuple(String),

0 commit comments

Comments
 (0)