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

bump MSRV to 1.27.2 #155

Closed matklad closed 5 years ago

matklad commented 5 years ago

closes #154

I think it's worth bumping MSRV to get rid of uninitialized::<Void>.