-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
once_cell
by @matklad provides a neat way of initializing lazy singletons. There's a related RFC out now to add this to the stdlib.
In anticipation of this, and in order to help test it, it might be nice if we switched our code over to use once_cell
from lazy-static
.
references
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers