This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Deduplicate smallvec dependency #9558
Labels
F7-footprint 🐾
An enhancement to provide a smaller (system load, memory, network or disk) footprint.
P7-nicetohave 🐕
Issue is worth doing eventually.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
Milestone
Currently we have several versions of the same (transitive) dependency, e.g.:
It would be nice to remove duplicates, which in turn will reduce compile time and maybe binary size.
To see the list of dependencies, run:
cargo tree --no-indent | sort | rg -v "\(\*\)$" | uniq
The text was updated successfully, but these errors were encountered: