Skip to content

Commit

Permalink
Update spire-api/src/selectors.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Lambrecht <[email protected]>
  • Loading branch information
EItanya and maxlambrecht authored Aug 14, 2023
1 parent 9d072cb commit 924ba4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spire-api/src/selectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const UNIX_PID_TYPE: &str = "pid";
const UNIX_GID_TYPE: &str = "gid";
const UNIX_UID_TYPE: &str = "uid";

/// Converts a Unix selector into a formatted string representation.
impl From<Unix> for String {
fn from(value: Unix) -> Self {
match value {
Expand Down

0 comments on commit 924ba4f

Please sign in to comment.