Commit 0d3465c
committed
chore(deps): upgrade
Bump `perfectionist` from `3acd734` to `a21a146`. The upstream
delta adds three rules: `arc_rc_clone`, `derive_ordering`, and
`prefer_raw_string`. `derive_ordering` is silent; the other two
surface reasonable violations:
- `arc_rc_clone`: switch `progress.clone()` to
`Arc::clone(&progress)` in
`reporter::progress_and_error_reporter` to make the cheap
refcount bump explicit.
- `prefer_raw_string`: rewrite the three string literals that
embed escaped quotes as raw strings, in
`reporter::error_report::text_report` and `tests::cli_errors`.
https://claude.ai/code/session_01CoRidYHvni9nKNgxMPXmfQperfectionist and fix new lint violations1 parent d3dc47f commit 0d3465c
4 files changed
Lines changed: 5 additions & 5 deletions
File tree
- src/reporter
- error_report
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments