rust-lang-nursery / lazy-static.rs

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

unnecessary public trait alias #213

Open ChosenName opened 1 year ago

ChosenName commented 1 year ago

The macro doesn't need an alias to core::ops::Deref. Code completions prefer using Deref from this crate instead of core::ops which is mildly annoying.