Skip to content

Commit d550a55

Browse files
authored
Suppress Clippy warning (#153)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent b4f9cf2 commit d550a55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spiffe/src/workload_api/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
//! # Ok(())
4040
//! # }
4141
//! ```
42+
#![allow(clippy::result_large_err)]
4243
pub mod client;
4344
pub mod x509_context;
4445
pub mod x509_source;

spire-api/src/agent/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
//!
77
//! # Note
88
//! Access these APIs via the `admin_socket_path` in the [agent configuration file](https://spiffe.io/docs/latest/deploying/spire_agent/#agent-configuration-file).
9+
#![allow(clippy::result_large_err)]
910
pub mod delegated_identity;

0 commit comments

Comments
 (0)