Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 15, 2025
1 parent 098b77b commit fe7e18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sd/mmc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ impl<'d> SdMmcHostDriver<'d> {
}
}

impl<'d> Drop for SdMmcHostDriver<'d> {
impl Drop for SdMmcHostDriver<'_> {
fn drop(&mut self) {
let _cs = USED_SLOTS_CS.enter();

Expand Down

0 comments on commit fe7e18a

Please sign in to comment.