Skip to content

Commit

Permalink
Don't know why clippy fix this
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 6, 2024
1 parent 06ad9e9 commit 6175aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ macro_rules! take_arg {
ArgInfo::TakeArg(
$s,
|arg: OsString| $vtype::process(arg).map($variant),
ArgDisposition::$d(Some(b'=')),
ArgDisposition::$d(Some($x as u8)),
)
};
}
Expand Down

0 comments on commit 6175aad

Please sign in to comment.