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 4ea5292 commit 32c74e3Copy full SHA for 32c74e3
vm/src/vm/errors/vm_errors.rs
@@ -1,8 +1,8 @@
1
// The `(*.0).0` syntax of thiserror falsely triggers this clippy warning
2
#![allow(clippy::explicit_auto_deref)]
3
4
-use crate::{stdlib::prelude::*, Felt252};
5
use crate::types::builtin_name::BuiltinName;
+use crate::{stdlib::prelude::*, Felt252};
6
7
use thiserror::Error;
8
0 commit comments