Skip to content

Commit

Permalink
fix: remove must_use on into_keys function
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jun 29, 2023
1 parent 2ea72f2 commit ac45c21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ impl<const UID_LENGTH: usize> EncryptedTable<UID_LENGTH> {
Self(HashMap::with_capacity(capacity))
}

#[must_use]
pub fn into_keys(self) -> IntoKeys<Uid<UID_LENGTH>, Vec<u8>> {
self.0.into_keys()
}
Expand Down

0 comments on commit ac45c21

Please sign in to comment.