Skip to content

Commit

Permalink
Remove additiomnal reference to unused error type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Sep 3, 2023
1 parent a46dc16 commit d4a0bba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rbx_xml/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@ impl fmt::Display for DecodeErrorKind {
When trying to convert, this error occured: {}",
class_name, property_name, expected_type, actual_type, message
),
InvalidPropertyData {
property_type,
error,
} => write!(
output,
"Could not decode property of type {property_type} because: {error}"
),
}
}
}
Expand Down

0 comments on commit d4a0bba

Please sign in to comment.