Skip to content

refactor: remove duplicate LazyLock import in src/discord.rs#198

Merged
thepagent merged 1 commit intoopenabdev:mainfrom
clsung:bugfix/dedup-import
Apr 11, 2026
Merged

refactor: remove duplicate LazyLock import in src/discord.rs#198
thepagent merged 1 commit intoopenabdev:mainfrom
clsung:bugfix/dedup-import

Conversation

@clsung
Copy link
Copy Markdown
Contributor

@clsung clsung commented Apr 11, 2026

  • The std::sync::LazyLock was imported twice in the same file.
  • This change removes the redundant import while keeping the necessary one.

- The `std::sync::LazyLock` was imported twice in the same file.
- This change removes the redundant import while keeping the necessary one.
@clsung clsung requested a review from thepagent as a code owner April 11, 2026 04:40
Copy link
Copy Markdown
Collaborator

@thepagent thepagent left a comment

Choose a reason for hiding this comment

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

LGTM — removes the duplicate use std::sync::LazyLock that broke the build on main.

@thepagent thepagent merged commit 94253a5 into openabdev:main Apr 11, 2026
@neilkuan
Copy link
Copy Markdown
Contributor

@clsung please local run docker build confirm this pr can fix this issue.
Thank you 🥹🥹🥹

pahud pushed a commit that referenced this pull request Apr 11, 2026
- The `std::sync::LazyLock` was imported twice in the same file.
- This change removes the redundant import while keeping the necessary one.
Reese-max pushed a commit to Reese-max/openab that referenced this pull request Apr 12, 2026
…ev#198)

- The `std::sync::LazyLock` was imported twice in the same file.
- This change removes the redundant import while keeping the necessary one.
@clsung clsung deleted the bugfix/dedup-import branch April 23, 2026 23:54
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