Skip to content

update pb-jelly-gen to use std::sync::LazyLock#182

Merged
huntsman90 merged 3 commits into
dropbox:mainfrom
vitoordaz:rm-lazy-static
Jun 13, 2026
Merged

update pb-jelly-gen to use std::sync::LazyLock#182
huntsman90 merged 3 commits into
dropbox:mainfrom
vitoordaz:rm-lazy-static

Conversation

@vitoordaz

Copy link
Copy Markdown
Contributor

lazy_static is deprecated, LazyLock is a replacement from std library. This change will eliminate additional dependecy for generate rust code.

`lazy_static` is deprecated, LazyLock is a replacement from std library. This change will eliminate additional dependecy for generate rust code.
@CLAassistant

CLAassistant commented Jun 10, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@huntsman90 huntsman90 self-assigned this Jun 10, 2026

@huntsman90 huntsman90 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@huntsman90 huntsman90 added this pull request to the merge queue Jun 13, 2026
Merged via the queue into dropbox:main with commit e3807ec Jun 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants