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.
20 lines
332 B
Rust
20 lines
332 B
Rust
pub mod achievement;
|
|
pub mod card;
|
|
pub mod chemistry_style;
|
|
pub mod club;
|
|
pub mod draft;
|
|
pub mod event;
|
|
pub mod fut_champs;
|
|
pub mod game_ext;
|
|
pub mod market;
|
|
pub mod match_result;
|
|
pub mod notification;
|
|
pub mod objective;
|
|
pub mod pack;
|
|
pub mod profile;
|
|
pub mod reward;
|
|
pub mod sbc;
|
|
pub mod season;
|
|
pub mod squad;
|
|
pub mod statistics;
|