Closed ctz closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.83%. Comparing base (
c358484
) to head (fbd5a18
). Report is 41 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This seems to be unused, and has the effect of removing several large proc macro dependencies from the dependency tree:
According to
cargo build --timings
the eliminated dependencies account for 3.95s of the build time, which compares unfavourably with the entire aws-lc-sys build time (5.75s).By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.