-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Many other projects have switched from lazy_static
to once_cell
because it offers a macro-free solution to the same problem (with the only caveat being missing no_std
support which I'm pretty sure is irrelevant for clap). Would you be open to a PR that does the same thing here?
In the future, the once_cell
dependency can likely be removed in favor of the same functionality in std
.
Metadata
Metadata
Assignees
Labels
No labels