Commit 8f29b60
committed
Fix cargo fmt and clippy warnings in pgwire client and import ordering
- Reorder crate:: imports in base.rs and core/utils.rs to satisfy rustfmt
(external crates before local crate imports, within their own groups)
- Fix trailing comment alignment in pgwire.rs match arms per rustfmt rules
- Replace needless range loop with iterator in parse_data_row (clippy)
https://claude.ai/code/session_01GzGtjMcwBXyVW3uKW4F2Ai1 parent 33340e1 commit 8f29b60
3 files changed
Lines changed: 324 additions & 324 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments