Commit d6032f0
committed
style(benchmarks-website): cargo +nightly fmt
`cargo +nightly fmt` re-orders the use statements in
`api/mod.rs` so the public re-exports are interleaved with the
crate-private ones in alphabetical order across visibility
modifiers, which is what nightly rustfmt's StdExternalCrate
group_imports configuration produces.
Signed-off-by: Claude <noreply@anthropic.com>1 parent ed0a853 commit d6032f0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments