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.