Skip to content

Commit

Permalink
Remove derive attribute from Repo enum (rust-lang#596)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenz Schmidt <lorenz.schmidt@mailbox.org>
  • Loading branch information
bytesnake and Lorenz Schmidt committed Apr 6, 2022
1 parent 3f7e612 commit f88002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packaging/rust/src/code/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl From<App> for Cli {
}

/// Used to decide which Enzyme Version should be used
#[derive(Clone, Debug, PartialEq, Eq, clap::ArgEnum)]
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum Repo {
/// Use the latest Enzyme stable release
Stable,
Expand Down

0 comments on commit f88002f

Please sign in to comment.