Skip to content

Commit 9c819c1

Browse files
committed
break clippy
1 parent fff1b91 commit 9c819c1

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
@@ -22,7 +22,7 @@ use std::{
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.
2424
#[derive(Clone, PartialEq, Eq, Debug)]
25-
pub enum CheckedType {
25+
pub enum checkedType {
2626
Resolved(TypeId),
2727
// Should we remove this for Resolved(TypeId::void())?
2828
Void,

0 commit comments

Comments
 (0)