google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Rust: Redundant Static Lifetime #403

Closed andrew-barnard closed 4 years ago

andrew-barnard commented 4 years ago

Redundant static lifetime in consts.rs:9:30 Constants have by default a static lifetime.

andrew-barnard commented 4 years ago

Happy to address