Skip to content

Commit

Permalink
fix a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Nov 8, 2022
1 parent 305f4e3 commit 90c9bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use cw_storage_plus::{Key, KeyDeserialize, Prefixer, PrimaryKey};
use crate::{AssetInfo, AssetInfoUnchecked};

/// TODO: add docs
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct AssetInfoKey(pub Vec<u8>);

macro_rules! impl_from {
Expand Down

0 comments on commit 90c9bf6

Please sign in to comment.