Skip to content

Commit 0b5c133

Browse files
committed
break clippy
1 parent fff1b91 commit 0b5c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typechecker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::{
2121
/// The [`CheckedType`] enum contains three possible states about the type. Either the
2222
/// type has been properly resolved to something, or it corresponds to a Void type. If the
2323
/// type has not been resolved yet, it can be unknown.
24-
#[derive(Clone, PartialEq, Eq, Debug)]
24+
#[derive(Clone, PartialEq, Debug)]
2525
pub enum CheckedType {
2626
Resolved(TypeId),
2727
// Should we remove this for Resolved(TypeId::void())?

0 commit comments

Comments
 (0)