Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 24, 2024
1 parent 4745bac commit 08d35a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mirrord/auth/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#![doc = include_str!("../README.md")]
#![deny(unused_crate_dependencies)]

pub use pem;
pub use x509_certificate;

/// Silences `deny(unused_crate_dependencies)`.
/// Although we don't use this dependency directly,
/// compilation fails without it.
#[cfg(feature = "client")]
use k8s_openapi as _;
pub use pem;
pub use x509_certificate;

/// X509 Certificate abstraction for serialization and deserialization
pub mod certificate;
Expand Down

0 comments on commit 08d35a5

Please sign in to comment.