good first issuerefactoring
仓库指标
- Star
- (3,063 star)
- PR 合并指标
- (PR 指标待抓取)
描述
With std::cell::LazyCell landing in Rust 1.80 (https://doc.rust-lang.org/std/cell/struct.LazyCell.html), I believe all of our uses of lazy_static! can be replaced. This will eliminate a dependency and some uneccessary macro magic.