Skip to content

Commit

Permalink
Fix unused_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Mar 22, 2024
1 parent b76ff73 commit 33c1a7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/borsh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use alloc::vec::Vec;
use core::hash::BuildHasher;
use core::hash::Hash;
use core::iter::ExactSizeIterator;
use core::mem::size_of;

use borsh::error::ERROR_ZST_FORBIDDEN;
Expand Down
1 change: 0 additions & 1 deletion src/map/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ impl_index!(
#[cfg(test)]
mod tests {
use super::*;
use alloc::vec::Vec;

#[test]
fn slice_index() {
Expand Down
1 change: 0 additions & 1 deletion src/set/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ impl_index!(
#[cfg(test)]
mod tests {
use super::*;
use alloc::vec::Vec;

#[test]
fn slice_index() {
Expand Down

0 comments on commit 33c1a7c

Please sign in to comment.