Replace lazy_static! with OnceCell. It's now part of std lib: https://github.com/rust-lang/rfcs/pull/2788
Replace lazy_static! with OnceCell. It's now part of std lib: rust-lang/rfcs#2788