reverie/experimental/reverie-sabre
Shayne Fletcher 09a86f99f9 codemods to remove lazy static 1/N
Summary:
first in a set of diffs with the intent of removing `lazy_static!` from fbcode.

this diff changes `std::sync::Mutex` and `parking_lot::Mutex` to plain `static` initializations where possible.

Reviewed By: zertosh

Differential Revision: D46335784

fbshipit-source-id: 105848f38dcb8083be77a4ad4db267058081fe53
2023-06-05 17:01:50 -07:00
..
src codemods to remove lazy static 1/N 2023-06-05 17:01:50 -07:00
Cargo.toml upgrade to parking_lot-0.12.1 2023-06-02 18:45:03 -07:00