Closed cpu closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.30%. Comparing base (
056e987
) to head (3a8d165
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just to be clear, you got a warning because you were missing a colon. The footnote could have been fixed this way:
-[^1] <https://www.rfc-editor.org/rfc/rfc5280#section-5.3.1>
+[^1]: <https://www.rfc-editor.org/rfc/rfc5280#section-5.3.1>
Nightly rustdoc flags these as non-standard markdown, and they don't render as nicely as just using a link. See also https://github.com/rustls/rustls/pull/2033
Fixes build errors on main.