CI fmt: hero_admin_lib imports out of order in hero_agent_admin #26

Closed
opened 2026-05-12 15:50:02 +00:00 by zaelgohary · 1 comment
Member

cargo fmt --all -- --check fails on crates/hero_agent_admin/src/routes.rs:20-22 — the three hero_admin_lib::{middleware, assets, routes} imports are in non-alphabetical order.

Fix: cargo fmt --all.

`cargo fmt --all -- --check` fails on `crates/hero_agent_admin/src/routes.rs:20-22` — the three `hero_admin_lib::{middleware, assets, routes}` imports are in non-alphabetical order. Fix: `cargo fmt --all`.
Author
Member

Fixed in 8754eeacargo fmt --all reordered the three hero_admin_lib::* imports alphabetically.

Fixed in 8754eea — `cargo fmt --all` reordered the three `hero_admin_lib::*` imports alphabetically.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_agent#26
No description provided.