Skip to content

Commit bd7860d

Browse files
Remove some allow(unused) (#3448)
1 parent b0d7a26 commit bd7860d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/uv/src/commands/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,12 @@ mod version;
5050
#[derive(Copy, Clone)]
5151
pub(crate) enum ExitStatus {
5252
/// The command succeeded.
53-
#[allow(unused)]
5453
Success,
5554

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

6058
/// The command failed with an unexpected error.
61-
#[allow(unused)]
6259
Error,
6360
}
6461

0 commit comments

Comments
 (0)