Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lrubasze committed Oct 4, 2023
1 parent 3fff784 commit 772c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz-tests/src/bin/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use serde::{Deserialize, Serialize};

use radix_engine::prelude::ManifestArgs;
use radix_engine::types::ScryptoSbor;
use radix_engine_common::constants::XRD;
use radix_engine_common::prelude::{
scrypto_encode, GlobalAddress, NodeId, Own, ScryptoCustomTypeKind,
};
Expand Down Expand Up @@ -347,6 +346,7 @@ impl VmInvoke for FuzzSystem {
#[test]
fn test_system_generate_fuzz_input_data() {
use bincode::serialize;
use radix_engine_common::constants::XRD;
use std::fs;

{
Expand Down

0 comments on commit 772c179

Please sign in to comment.