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

fix tests on nightly #32

Closed durka closed 8 years ago

durka commented 8 years ago

The doctest was failing because of the missing feature attribute. And putting feature attributes in the root of a macro-only crate is pointless.

durka commented 8 years ago

Closing in favor of #27.