Commit 01df8f7
committed
fix(cargo): update TOML syntax and add arrow-ipc to ignore list
- Changed `ignored = "serde_json"` to `ignored = ["serde_json"]` to comply with TOML array requirements.
- Fixed additional TOML parse errors.
- Added `arrow-ipc` to the `cargo-machete` ignore list with a comment on its necessity for spill compression codec support.1 parent 4511c05 commit 01df8f7
3 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
0 commit comments