chore(deps): rm static_init
as std
already has it
#756
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
refactor
Rework of code — behaviour doesn't change
Describe the feature you want
The feature was added in Rs 1.80, but nobody noticed 🥲
To be clear,
lazy*
s are initialized on access, not eagerly on program startup.static_init
provides APIs for eager and lazy initsAcknowledgements
The text was updated successfully, but these errors were encountered: