Fix clippy warnings

This commit is contained in:
gwenn
2024-02-24 11:02:09 +01:00
parent a96f61b17f
commit 1124d4363d
14 changed files with 2 additions and 15 deletions

View File

@@ -7,7 +7,6 @@ extern crate openssl_sys;
pub use self::error::*;
use std::default::Default;
use std::mem;
mod error;