danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
939 stars 62 forks source link

Dont require importing the lazy_static macro #144

Closed pwoolcoc closed 3 years ago

pwoolcoc commented 3 years ago

This means that users don't have to add use lazy_static::lazy_static or #[macro_use] extern crate lazy_static anymore, though they will still have to add the crate as a dependency in their Cargo.toml.