Skip to content

fix(lint): resolve useless_format flagged by current stable clippy - #64

Merged
fohara merged 2 commits into
mainfrom
fix/clippy-1.90-useless-format
Aug 26, 2026
Merged

fix(lint): resolve useless_format flagged by current stable clippy#64
fohara merged 2 commits into
mainfrom
fix/clippy-1.90-useless-format

Conversation

@fohara

@fohara fohara commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

The Lint job (clippy -D warnings) fails on current stable (1.90) over a useless_format in lash-agent/src/tokens.rs — main last ran CI before the toolchain updated. One-line fix: format!("{}", path)path.to_string().

fohara added 2 commits August 26, 2026 16:06
format!("{}", path) -> path.to_string() in tokens.rs. New stable
clippy (1.90) fails the Lint job on -D warnings; main last passed on
the previous toolchain.
@fohara
fohara merged commit 965611c into main Aug 26, 2026
21 checks passed
@fohara
fohara deleted the fix/clippy-1.90-useless-format branch August 26, 2026 23:09
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.

1 participant