Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
clean warnings (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola authored Feb 3, 2023
1 parent 4742bae commit 5849acc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion testing/tests/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod tests {
use fil_actor_evm::{Method as EvmMethods};
use fvm_ipld_encoding::RawBytes;
use fil_actors_runtime::{EAM_ACTOR_ADDR};
use fvm_shared::ActorID;
use fvm_shared::econ::TokenAmount;
use serde::{Deserialize as SerdeDeserialize, Serialize as SerdeSerialize};

Expand Down
1 change: 0 additions & 1 deletion testing/tests/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod tests {
use fil_actor_evm::{Method as EvmMethods};
use fvm_ipld_encoding::RawBytes;
use fil_actors_runtime::{EAM_ACTOR_ADDR};
use fvm_shared::ActorID;
use fvm_shared::econ::TokenAmount;
use serde::{Deserialize as SerdeDeserialize, Serialize as SerdeSerialize};

Expand Down

0 comments on commit 5849acc

Please sign in to comment.