Skip to content

Commit f88002f

Browse files
bytesnakeLorenz Schmidt
and
Lorenz Schmidt
authored
Remove derive attribute from Repo enum (rust-lang#596)
Co-authored-by: Lorenz Schmidt <[email protected]>
1 parent 3f7e612 commit f88002f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packaging/rust/src/code/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl From<App> for Cli {
5050
}
5151

5252
/// Used to decide which Enzyme Version should be used
53-
#[derive(Clone, Debug, PartialEq, Eq, clap::ArgEnum)]
53+
#[derive(Clone, Debug, PartialEq, Eq)]
5454
pub enum Repo {
5555
/// Use the latest Enzyme stable release
5656
Stable,

0 commit comments

Comments
 (0)