You've already forked uutils-args
mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
Merge pull request #136 from cakebaker/clippy_suppress_warning
clippy: suppress warning from `large_enum_variant`
This commit is contained in:
@@ -69,6 +69,7 @@ impl ArgumentsAttr {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum ArgAttr {
|
||||
Option(OptionAttr),
|
||||
Free(FreeAttr),
|
||||
|
||||
Reference in New Issue
Block a user