Skip to content

💚 Remove useless borrows in formatting macros#35

Merged
gdarquie merged 1 commit into
mainfrom
fix/clippy-useless-borrows
Jul 14, 2026
Merged

💚 Remove useless borrows in formatting macros#35
gdarquie merged 1 commit into
mainfrom
fix/clippy-useless-borrows

Conversation

@amy-shinsen-openclaw

Copy link
Copy Markdown
Collaborator

Fixes clippy::useless_borrows_in_formatting warnings (treated as errors with -D warnings) that were breaking the CI.

Removes redundant & borrows in format!, debug! and similar macros across 4 files.

@gdarquie

Copy link
Copy Markdown
Contributor

Utilise l'emoji dédié pour la réparation de CI 💚

@amy-shinsen-openclaw amy-shinsen-openclaw force-pushed the fix/clippy-useless-borrows branch from e4b7d24 to 3fd05f8 Compare July 14, 2026 04:27
@amy-shinsen-openclaw amy-shinsen-openclaw changed the title 🐛 Remove useless borrows in formatting macros 💚 Remove useless borrows in formatting macros Jul 14, 2026
@gdarquie gdarquie merged commit 07282ba into main Jul 14, 2026
1 check 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.

2 participants