Skip to content

Commit

Permalink
Remove some allow(unused) (#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed May 8, 2024
1 parent b0d7a26 commit bd7860d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/uv/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@ mod version;
#[derive(Copy, Clone)]
pub(crate) enum ExitStatus {
/// The command succeeded.
#[allow(unused)]
Success,

/// The command failed due to an error in the user input.
#[allow(unused)]
Failure,

/// The command failed with an unexpected error.
#[allow(unused)]
Error,
}

Expand Down

0 comments on commit bd7860d

Please sign in to comment.