Skip to content

fix(tui): remove unused Stylize import to fix CI warnings#562

Merged
echobt merged 1 commit intomasterfrom
fix/ci-unused-import-1770043021
Feb 2, 2026
Merged

fix(tui): remove unused Stylize import to fix CI warnings#562
echobt merged 1 commit intomasterfrom
fix/ci-unused-import-1770043021

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Feb 2, 2026

Changes

  • Remove unused Stylize import from task_progress.rs widget

Problem

The CI was failing due to Clippy warning about an unused import (Stylize trait from ratatui::style).

Solution

Removed the unused import to eliminate the Clippy warning and fix CI.

Testing

  • cargo check passes
  • cargo clippy --all-targets --all-features -- -D warnings passes

@echobt echobt merged commit 7553256 into master Feb 2, 2026
4 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.

1 participant