summaryrefslogtreecommitdiffstats
path: root/src/display/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/error.rs')
-rw-r--r--src/display/error.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display/error.rs b/src/display/error.rs
index 83605cc..412b4ab 100644
--- a/src/display/error.rs
+++ b/src/display/error.rs
@@ -12,7 +12,6 @@ pub(crate) enum DisplayError {
}
impl PartialEq for DisplayError {
- #[inline]
#[allow(clippy::pattern_type_mismatch)]
fn eq(&self, other: &Self) -> bool {
match (self, other) {