public-api: regenerate#1592
Conversation
✅ Deploy Preview for aya-rs-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
tamird
left a comment
There was a problem hiding this comment.
@tamird reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on swananan).
-- commits line 2 at r1:
from the PR description
bitflags 2.12 exposes all_named through the Flags impl, which shows up in clean CI public API output.
that should be in the commit message. a link to relevant upstream changes would be good too.
bitflags 2.12 adds Flags::all_named(), which shows up in clean CI public API output for VerifierLogLevel. bitflags/bitflags#484
a3b2c2a to
2d43ec2
Compare
swananan
left a comment
There was a problem hiding this comment.
@swananan made 1 comment.
Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion (waiting on tamird).
Previously, tamird (Tamir Duberstein) wrote…
from the PR description
bitflags 2.12 exposes all_named through the Flags impl, which shows up in clean CI public API output.
that should be in the commit message. a link to relevant upstream changes would be good too.
Done.
tamird
left a comment
There was a problem hiding this comment.
@tamird reviewed all commit messages and resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on swananan).
bitflags 2.12 exposes all_named through the Flags impl, which shows up in clean CI public API output.
Added/updated tests?
We strongly encourage you to add a test for your changes.
Checklist
cargo +nightly fmt.You can find failing lints with
cargo xtask clippy.cargo test.cargo xtask public-api --bless.(Optional) What GIF best describes this PR or how it makes you feel?
This change is