ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

Upgrade to lazy_static 1.0 #138

Closed joshlf closed 6 years ago

joshlf commented 6 years ago

Upgrade to version 1.0 of the lazy_static crate.

Dylan-DPC-zz commented 6 years ago

Hey

I have worked on this and submitted a PR above. Let me know if any further changes are to be made.

Thanks