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 c5b70df commit e392e9dCopy full SHA for e392e9d
src/error.rs
@@ -2,7 +2,7 @@ use thiserror::Error;
2
3
use crate::{
4
block::BlockIdx,
5
- types::{Type, TypeIdx, TypeInfo},
+ types::{TypeIdx, TypeInfo},
6
};
7
8
#[derive(Debug, Clone, Error)]
0 commit comments