Skip to content

Commit

Permalink
cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin committed Feb 21, 2025
1 parent 2fcb851 commit 2133b57
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bindings/rust/extended/s2n-tls/src/cert_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,14 @@ unsafe impl Send for Certificate<'_> {}

#[cfg(test)]
mod tests {
use crate::error::Error as S2NError;
use crate::testing::config_builder;
use crate::{
config,
error::{ErrorSource, ErrorType},
error::{Error as S2NError, ErrorSource, ErrorType},
security::DEFAULT_TLS13,
testing::{CertKeyPair, InsecureAcceptAllCertificatesHandler, SniTestCerts, TestPair},
testing::{
config_builder, CertKeyPair, InsecureAcceptAllCertificatesHandler, SniTestCerts,
TestPair,
},
};

use super::*;
Expand Down

0 comments on commit 2133b57

Please sign in to comment.