Browse Source

remove Drop impl

pull/140/head
Lena 9 months ago
parent
commit
37e8c8e3a5
No known key found for this signature in database
GPG Key ID: 5A940B96C2DA3683
  1. 7
      ctru-rs/src/services/ac.rs

7
ctru-rs/src/services/ac.rs

@ -336,13 +336,6 @@ impl Ac { @@ -336,13 +336,6 @@ impl Ac {
}
}
impl Drop for Ac {
#[doc(alias = "acExit")]
fn drop(&mut self) {
unsafe { ctru_sys::acExit() };
}
}
#[doc(alias = "acSecurityMode")]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[repr(u32)]

Loading…
Cancel
Save