You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* cstr16: fix rustdoc warning in as_str_in_buf docstring
* ci: run "cargo doc" and treat warnings as errors
This can catch some issues like broken links in docstrings.
* ci: treat clippy warnings as errors
This makes the CI actually fail instead of just putting warning
annotations in the source.
* ci: enable more features in tests
For clippy and rustdoc, add `--all-features` to cover more code.
For `cargo test`, enable just the `exts` feature (the `alloc` and
`logger` features can't be enabled because we're not running under UEFI
here).
0 commit comments