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

Remove static_never_used test #115

Closed KodrAus closed 6 years ago

KodrAus commented 6 years ago

Part of #110

This test is no longer working under current compilers because of what appear to be changes to how lints are surfaced in code generated by external macros. We might want to follow this up in rust-lang and re-instate this test, but in the meantime we should try keep a green build in lazy_static.