diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-06-09 22:41:43 -0700 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-06-10 07:14:55 -0700 |
commit | 4f47b41fa7124dd9078b497e0fb3379027f405e6 (patch) | |
tree | 477210e0f7adcb1a926cd46fedc06e8dddeb9493 /components/script/dom/performance.rs | |
parent | 44a4b7886d05b6e219f71f958d913657b08eea7d (diff) | |
download | servo-4f47b41fa7124dd9078b497e0fb3379027f405e6.tar.gz servo-4f47b41fa7124dd9078b497e0fb3379027f405e6.zip |
Remove fnv & smallvec crate reexports from util
The util component specified fnv and smallvec as dependencies and publicly
reexported both of them. Several other components utilized these reexports,
presumably because fnv and smallvec used to live in the tree so reexporting
made the transition easier.
These indirect dependencies through the util component are unnecessary.
This commit removes the fnv & smallvec crate reexports in the util component.
It exchange, it adds fnv & smallvec as dependencies to non-util components
wherever needed. Finally, it removes the fnv dependency from util as it is not
utilized anywhere in the util component.
Diffstat (limited to 'components/script/dom/performance.rs')
0 files changed, 0 insertions, 0 deletions