Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

fix(ci): main green — rustfmt + clippy + build #77

Description

@KooshaPari

Main CI is red on bounded, mechanical checks. Root-cause and fix so the workflow goes green:

  • Format (rustfmt): run cargo fmt --all and commit.
  • Clippy (stable): fix all cargo clippy --all-targets --all-features -- -D warnings.
  • Build: make cargo build --release succeed.

Constraints: do NOT weaken/skip tests, do NOT delete asserts, do NOT touch unrelated files, no secrets. Open one focused PR to main. Iterate locally to zero errors+warnings before pushing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kilo-auto-fixAuto-generated label by Kilo

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions