Skip to content

Commit f1eb499

Browse files
committed
Remove ref
1 parent 32883b5 commit f1eb499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/src/argument.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ pub fn long_handling(args: &[Argument], help_flags: &Flags) -> TokenStream {
187187
ArgType::Option {
188188
flags,
189189
takes_value,
190-
ref default,
190+
default,
191191
hidden: _,
192192
} => (flags, takes_value, default),
193193
ArgType::Free { .. } => continue,

0 commit comments

Comments
 (0)