Remove unnecessary static

This commit is contained in:
Árpád Goretity 2017-10-05 00:48:36 +02:00
parent 4cb8237e08
commit 11b60e4de2

View file

@ -444,9 +444,7 @@ macro_rules! crate_authors {
}
}
static CARGO_AUTHORS: CargoAuthors = CargoAuthors { __private_field: () };
&*CARGO_AUTHORS
&*CargoAuthors { __private_field: () }
}};
() => {
env!("CARGO_PKG_AUTHORS")