clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.66k stars 1.02k forks source link

fix: use SCREAMING_SNAKE_CASE for static variable `authors` #5386

Closed amaanq closed 4 months ago

amaanq commented 4 months ago

This just quiets an annoying clippy warning :)

image

amaanq commented 4 months ago

thanks!