We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1b91 commit 0b5c133Copy full SHA for 0b5c133
src/typechecker.rs
@@ -21,7 +21,7 @@ use std::{
21
/// The [`CheckedType`] enum contains three possible states about the type. Either the
22
/// type has been properly resolved to something, or it corresponds to a Void type. If the
23
/// type has not been resolved yet, it can be unknown.
24
-#[derive(Clone, PartialEq, Eq, Debug)]
+#[derive(Clone, PartialEq, Debug)]
25
pub enum CheckedType {
26
Resolved(TypeId),
27
// Should we remove this for Resolved(TypeId::void())?
0 commit comments