mozilla / rust-code-analysis

Library to analyze and collect metrics on source code
https://mozilla.github.io/rust-code-analysis/
276 stars 49 forks source link

Replace `fxhash` with `std::collections::HashMap` #1080

Closed Luni-4 closed 8 months ago

Luni-4 commented 9 months ago

This PR replaces fxhash dependency, which is now deprecated since its last release is more than 5 years ago, with std::collections::HashMap

codecov-commenter commented 8 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (64e146f) 74.38% compared to head (0994d83) 74.38%.

Files Patch % Lines
src/macros.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1080 +/- ## ======================================= Coverage 74.38% 74.38% ======================================= Files 62 62 Lines 16270 16270 ======================================= Hits 12103 12103 Misses 4167 4167 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.