a034e74c16
CI / Build, lint & test (push) Successful in 2m19s
Pure rustfmt reflow (import grouping, array/match-arm/call-arg wrapping, alphabetized module decls, comment realignment). No semantic change: full-diff and `git diff -w` both confirm logic byte-identical to 271c363; workspace builds and all 74 core tests pass. Retained pre-existing WIP brought forward after verification.
22 lines
359 B
Rust
22 lines
359 B
Rust
pub mod achievements;
|
|
pub mod auth;
|
|
pub mod cards;
|
|
pub mod club;
|
|
pub mod division;
|
|
pub mod draft;
|
|
pub mod economy;
|
|
pub mod events;
|
|
pub mod fut_champs;
|
|
pub mod health;
|
|
pub mod market;
|
|
pub mod matches;
|
|
pub mod notifications;
|
|
pub mod objectives;
|
|
pub mod packs;
|
|
pub mod profile;
|
|
pub mod sbc;
|
|
pub mod settings;
|
|
pub mod squad;
|
|
pub mod statistics;
|
|
pub mod upgrades;
|