ibrahimcesar/velociplot

Run cargo clippy and fix warnings

Open

#3 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
good first issuepriority: high

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Run cargo clippy --all-features and address any warnings to ensure code quality before release.

Tasks

  • Run cargo clippy --all-features
  • Fix all warnings
  • Ensure no new warnings are introduced

Acceptance Criteria

  • Zero clippy warnings
  • CI passes with clippy checks

Contributor Guide