rust-lang-nursery / lazy-static.rs

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

Update documentation URL #71

Closed daniellockyer closed 7 years ago

daniellockyer commented 7 years ago

Fixes https://github.com/rust-lang-nursery/lazy-static.rs/issues/68

Kimundi commented 7 years ago

Thanks!