Skip to content

Commit

Permalink
Removed unused warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorWhoof committed Dec 9, 2024
1 parent 3523b46 commit a4d2c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slice_map"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
description = "A generic container to store a single type of data into unevenly sized slices."
repository = "https://github.com/DoctorWhoof/slice_map.git"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mod iter;
pub use iter::*;

use core::{marker::PhantomData, ops::Range};
use std::ops::Deref;
use slotmap::{Key, SecondaryMap, SlotMap, SparseSecondaryMap};

extern crate alloc;
Expand Down

0 comments on commit a4d2c5f

Please sign in to comment.