mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
Remove unnecessary static
This commit is contained in:
parent
4cb8237e08
commit
11b60e4de2
1 changed files with 1 additions and 3 deletions
|
@ -444,9 +444,7 @@ macro_rules! crate_authors {
|
|||
}
|
||||
}
|
||||
|
||||
static CARGO_AUTHORS: CargoAuthors = CargoAuthors { __private_field: () };
|
||||
|
||||
&*CARGO_AUTHORS
|
||||
&*CargoAuthors { __private_field: () }
|
||||
}};
|
||||
() => {
|
||||
env!("CARGO_PKG_AUTHORS")
|
||||
|
|
Loading…
Add table
Reference in a new issue