ibrahimcesar/velociplot

Run cargo clippy and fix warnings

Open

#3 ouverte le 29 nov. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (0 forks)auto 404
good first issuepriority: high

Métriques du dépôt

Stars
 (3 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur