Skip to content

Commit

Permalink
Suppress clippy cast lint in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Apr 3, 2024
1 parent babffcf commit e22765a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuel-vm/src/interpreter/memory/impl_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::cast_possible_truncation)]

use crate::constraints::reg_key::*;

use super::{
Expand Down

0 comments on commit e22765a

Please sign in to comment.