Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings generated by nightly --release tests and bump MSRV to 1.52.0 #239

Merged
merged 4 commits into from
Oct 31, 2021

Conversation

brycx
Copy link
Member

@brycx brycx commented Oct 31, 2021

fixes #223 and #222

Additionally, fixes a broken intra-doc link in the hazardous::ecc::x25519 module.

Edit: The rustdoc lint is provided from 1.52.0 onward, so this bumps MSRV (see here and this)

@brycx brycx added documentation Issues and improvements sorrounding the documentation improvement General improvements to code labels Oct 31, 2021
@brycx brycx added this to the v0.16.1 milestone Oct 31, 2021
@brycx brycx linked an issue Oct 31, 2021 that may be closed by this pull request
@brycx brycx changed the title Fix warnings generated by nightly --release tests Fix warnings generated by nightly --release tests and bump MSRV Oct 31, 2021
@brycx brycx changed the title Fix warnings generated by nightly --release tests and bump MSRV Fix warnings generated by nightly --release tests and bump MSRV to 1.52.0 Oct 31, 2021
@brycx brycx merged commit 7802ca1 into master Oct 31, 2021
@brycx brycx deleted the fix-doclinks branch October 31, 2021 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues and improvements sorrounding the documentation improvement General improvements to code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add #[allow(dead_code)] for testing struct fields Fix warnings reported by CI doc-build action
1 participant