Skip to content

Commit e392e9d

Browse files
committed
lint
1 parent c5b70df commit e392e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use thiserror::Error;
22

33
use crate::{
44
block::BlockIdx,
5-
types::{Type, TypeIdx, TypeInfo},
5+
types::{TypeIdx, TypeInfo},
66
};
77

88
#[derive(Debug, Clone, Error)]

0 commit comments

Comments
 (0)