Skip to content

Install clippy component via mise Rust settings#2

Merged
sij411 merged 1 commit into
fedify-dev:mainfrom
dahlia:fix/ci
May 17, 2026
Merged

Install clippy component via mise Rust settings#2
sij411 merged 1 commit into
fedify-dev:mainfrom
dahlia:fix/ci

Conversation

@dahlia
Copy link
Copy Markdown
Member

@dahlia dahlia commented May 17, 2026

Previously, the Rust tool was configured with just a version string, which did not install the Clippy component. This caused mise run check to fail in CI with:

error: 'cargo-clippy' is not installed for the toolchain
'1.95.0-x86_64-unknown-linux-gnu'.

Switch to the expanded [tools.rust] table syntax so that mise installs the necessary components (rust-analyzer, rustfmt, Clippy) alongside the toolchain.

Previously, the Rust tool was configured with just a version string,
which did not install the clippy component.  This caused `mise run check`
to fail in CI with:

  error: 'cargo-clippy' is not installed for the toolchain
  '1.95.0-x86_64-unknown-linux-gnu'.

Switch to the expanded [tools.rust] table syntax so that mise installs
the necessary components (rust-analyzer, rustfmt, clippy) alongside the
toolchain.
@dahlia dahlia requested a review from sij411 May 17, 2026 15:27
@dahlia dahlia added the bug Something isn't working label May 17, 2026
@sij411 sij411 merged commit 448ebe3 into fedify-dev:main May 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants