| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thank you!
Sorry, something went wrong.
@thomasqueirozb UW. Please enable auto merge again |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Removes two obsolete clippy::missing_const_for_fn allowances by making the affected string getters const. The configurable template wrapper is also made const to preserve const propagation.
References
Related: #23659
Vector configuration
Not applicable; this is an internal Rust API cleanup with no configuration changes.
How did you test this PR?
The full all-features Clippy command was also attempted, but the local environment does not have cmake, which is required to build rdkafka-sys.
Is this a breaking change?
Does this PR include user facing changes?