Skip to content

Commit

Permalink
chore(clippy): make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Feb 22, 2024
1 parent 410faa9 commit 73c7f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/state/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![no_std]

use gstd::{collections::BTreeMap, prelude::*, ActorId, Vec};
use gstd::prelude::*;

#[gmeta::metawasm]
pub mod metafns {
Expand Down

0 comments on commit 73c7f9a

Please sign in to comment.