mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-10-02 14:44:51 +00:00
Clippy
This commit is contained in:
parent
098b77b076
commit
fe7e18add9
@ -532,7 +532,7 @@ impl<'d> SdMmcHostDriver<'d> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'d> Drop for SdMmcHostDriver<'d> {
|
impl Drop for SdMmcHostDriver<'_> {
|
||||||
fn drop(&mut self) {
|
fn drop(&mut self) {
|
||||||
let _cs = USED_SLOTS_CS.enter();
|
let _cs = USED_SLOTS_CS.enter();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user