httpmock icon indicating copy to clipboard operation
httpmock copied to clipboard

Replace once_cell with std::sync::LazyLock

Open FalkWoldmann opened this issue 7 months ago • 0 comments

The once_cell::sync::Lazy functionality was made available in the std in Rust 1.80 via std::sync::LazyLock

FalkWoldmann avatar May 16 '25 10:05 FalkWoldmann