Conversation
Owner
Enet4
commented
Jun 27, 2025
- [core] Clippy lint fix
- [dictionary-builder] Clippy lint fix
- [dictionary-std] Clippy lint fix
- [dump] Clippy lint fix
- [encoding] Clippy lint fix
- [ts-registry] Clippy lint fix
- [parser] Clippy lint fix
- [ul] Clippy lint fix
- [findscu] Clippy lint fix
- [fromimage] Clippy lint fix
- [json] Clippy lint fix
- [object] Clippy lint fix
- [pixeldata] Clippy lint fix
- [scpproxy] Clippy lint fix
- [toimage] Clippy lint fix
- use implicit named arguments in formatting macros when possible - remove leading zeros from integer numbers - disambiguate leading null character - remove multiplications by 1
- use unit type identifier to construct dictionary instead of default()
- implicit named arguments in formatting macros when possible
- unnecessary 'static lifetime in const slice - call `stream_position()` instead of `seek(Current(0))` - implicit named arguments in formatting macros when possible - remove leading zeros in integers - unneeded forced coercion of byte string literal
- implicit named arguments in formatting macros when possible - simplify asserts - simplify PixelDataObject impl for TestDataObject
- change assert to type check in util - unit type construction - unnecessary 'static lifetime in const slice - implicit named arguments in formatting macros when possible
- implicit named arguments in formatting macros when possible - unit type construction - change test for empty array - fix checks in can_read_write_pdata so that it actually asserts the intended matches
- implicit named arguments in formatting macros when possible
- implicit named arguments in formatting macros when possible
- needless borrow - implicit named arguments in formatting macros when possible - simplify assertion and matches
- needless borrows - implicit named arguments in formatting macros when possible - simplify assertion and matches - needless 'static lifetime in const slices
- change cast to literal suffix where possible
- implicit named arguments in formatting macros when possible
- implicit named arguments in formatting macros when possible
- clarify lifetime flows
- postpone to the next breaking change instead
- postpone to next breaking change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.