mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-07 19:44:41 -05:00
fix some more pedantic clippy lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a7e6fe8b60
commit
7bd56765ef
22 changed files with 136 additions and 126 deletions
|
|
@ -38,7 +38,7 @@ impl<T> Drop for NonAliasingBox<T> {
|
|||
// this was done.
|
||||
#[allow(clippy::undocumented_unsafe_blocks)]
|
||||
unsafe {
|
||||
let _ = Box::from_raw(self.0);
|
||||
_ = Box::from_raw(self.0);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue