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

Fix link to docs in README #79

Closed ucarion closed 6 years ago

ucarion commented 7 years ago

The previous link is broken. I've updated it to point to docs.rs instead.

KodrAus commented 6 years ago

This looks good to me. Thanks @ucarion!

ucarion commented 6 years ago

My pleasure! Thanks for working on lazy_static!