Skip to content

Commit

Permalink
chore: Fix nightly lints
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Feb 28, 2024
1 parent 2643cb7 commit 26c185a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion wnfs-common/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use serde::{
de::{DeserializeOwned, Error as DeError},
Deserialize, Deserializer, Serialize, Serializer,
};
use std::{collections::BTreeMap, convert::TryInto, fmt::Display};
use std::{collections::BTreeMap, fmt::Display};

//--------------------------------------------------------------------------------------------------
// Type Definitions
Expand Down
2 changes: 0 additions & 2 deletions wnfs-common/src/storable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ macro_rules! impl_storable_from_serde {
};
}

pub use impl_storable_from_serde;

//--------------------------------------------------------------------------------------------------
// Type Definitions
//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 26c185a

Please sign in to comment.