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
# Which issue does this PR close?
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax.
- Part of #6736
# Rationale for this change
The `allow_deadcode` has bothered me while reviewing PRs and it also is
hiding actually dead code
# What changes are included in this PR?
1. Remove clippy annotations to allow dead code
2. Remove code clippy found as dead
3. Add some docs (drive by docing)
# Are these changes tested?
By CI
# Are there any user-facing changes?
Just some more docs
0 commit comments