rust-lang-nursery / lazy-static.rs

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

Add support for Rust 1.18 visibility restrictions #80

Closed alekratz closed 6 years ago

alekratz commented 7 years ago

This is one of the first items in the 1.18 changelog.

I'm working on a patch and hopefully should have it ready for a PR soon.