Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Oct 28, 2023
1 parent ecc7b5f commit a878684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpu_dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub enum TypedBufGuard<'a, T: ?Sized> {
}

pub enum TypedBufGuardMut<'a, T: ?Sized> {
#[allow(dead_code)]
Slice(&'a mut T),
Interior(RefMut<'a, T>),
}
Expand Down

0 comments on commit a878684

Please sign in to comment.