Skip to content

Commit

Permalink
Disable incorrect dead_code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Braqzen committed Apr 10, 2024
1 parent 7fd35e9 commit 536e481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions market-contract/tests/setup.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use fuels::{
accounts::ViewOnlyAccount,
prelude::{
Expand Down

0 comments on commit 536e481

Please sign in to comment.