Skip to content

Commit

Permalink
fix nightly warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Feb 21, 2024
1 parent c898382 commit 7408609
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mbedtls/src/pk/dsa/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ impl DsaPrivateKey {
mod tests {

use super::*;
use crate::mbedtls::bignum::Mpi;
use crate::mbedtls::hash::{Md, Type as MdType};
use crate::mbedtls::rng::HmacDrbg;
use std::collections::HashMap;
Expand Down
1 change: 0 additions & 1 deletion mbedtls/tests/ssl_conf_ca_cb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ mod test {
use super::*;
use crate::support::keys;
use crate::support::net::create_tcp_pair;
use mbedtls::x509::Certificate;
use mbedtls::Error;
use std::thread;

Expand Down

0 comments on commit 7408609

Please sign in to comment.