parasyte / onlyargs

Only argument parsing! Nothing more.
MIT License
13 stars 2 forks source link

Allow `let_underscore_untyped` lint #12

Closed parasyte closed 1 year ago

parasyte commented 1 year ago

This is far better than adding a pointless type annotation like Result<_, _>, and note the #[must_use] recommendation is adding let _ =.

This is a case where I just do not agree with clippy::pedantic.