Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
  • Loading branch information
bleggett committed Aug 26, 2024
1 parent 06614a6 commit 103a752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spiffe/src/workload_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! # Examples
//!
//! ```no_run
//!
//!
//! use std::error::Error;
//! use spiffe::WorkloadApiClient;
//!
Expand Down
2 changes: 1 addition & 1 deletion spire-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pub mod agent;
pub mod selectors;

// Core spire-api crate type re-exported for simplified access.
pub use agent::delegated_identity::{DelegatedIdentityClient, DelegateAttestationRequest};
pub use agent::delegated_identity::{DelegateAttestationRequest, DelegatedIdentityClient};

0 comments on commit 103a752

Please sign in to comment.