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