Skip to content

Commit

Permalink
Un-suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 3, 2022
1 parent 0abd282 commit e79106a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/geometry/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ impl Cache {
/// Insert an object into the cache
///
/// Returns a handle that can henceforth be used to refer to that object.
#[allow(unused)]
pub fn insert(&mut self, value: Point<1>) -> Handle<Point<1>> {
let handle = self.next_handle;
let handle = Handle(handle, PhantomData);
Expand Down

0 comments on commit e79106a

Please sign in to comment.