Commit bd5cf56
Remove itertools dependency
Summary:
`itertools` was only used in `src/test_lib.rs` for `.sorted()` in two spots, both of which immediately collected into a `Vec`. Replaced them with a plain `Vec::sort`, which removes the only usage of the crate and lets us drop it as a dependency of `lifeguard_lib`.
Removed `itertools` from `src/BUCK`, regenerated `src/Cargo.toml` via `arc autocargo`, and dropped the now-unused reference from `Cargo.lock` (the `itertools 0.14.0` package entry stays since other crates still depend on it).
Reviewed By: QuantumManiac
Differential Revision: D107157742
fbshipit-source-id: 52ea7f9aab98e372f7a43a197e325526b0e93e7c1 parent 35ee061 commit bd5cf56
3 files changed
Lines changed: 6 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
396 | 395 | | |
397 | 396 | | |
398 | 397 | | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
408 | 401 | | |
409 | 402 | | |
410 | 403 | | |
| |||
413 | 406 | | |
414 | 407 | | |
415 | 408 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
425 | 412 | | |
426 | 413 | | |
427 | 414 | | |
| |||
0 commit comments