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

Remove redundant nightly feature, fixes #136 #138

Closed sameer closed 5 years ago

sameer commented 5 years ago

This PR fixes #136, since the nightly feature is now redundant.

KodrAus commented 5 years ago

Thanks @sameer!