rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.9k stars 111 forks source link

Allow deprecated to remove warnings in nightly #152

Closed Schaeff closed 5 years ago

Schaeff commented 5 years ago

Fixes #151

KodrAus commented 5 years ago

Thanks @Schaeff! This looks good to me.