Skip to content

ci: put clippy in strict mode#12

Merged
dvdhrm merged 4 commits intobus1:mainfrom
dvdhrm:wip/misc
Apr 24, 2026
Merged

ci: put clippy in strict mode#12
dvdhrm merged 4 commits intobus1:mainfrom
dvdhrm:wip/misc

Conversation

@dvdhrm
Copy link
Copy Markdown
Member

@dvdhrm dvdhrm commented Apr 24, 2026

A collection of minor fixes to ensure strict clippy can be enabled in CI.

dvdhrm added 4 commits April 24, 2026 15:14
Drop prototype lifetimes if they can be safely elided. Clippy will warn
about this.

Signed-off-by: David Rheinsberg <david@readahead.eu>
Drop the 'a lifetime of get(), given that it is automatically inferred.

Signed-off-by: David Rheinsberg <david@readahead.eu>
Allow for "mod test" inside of "mod test", given that we use this style
for all unit tests.

Signed-off-by: David Rheinsberg <david@readahead.eu>
Ensure that clippy runs in strict mode, denying any warnings and
ensuring that we catch those in CI.

Signed-off-by: David Rheinsberg <david@readahead.eu>
@dvdhrm dvdhrm merged commit e38f679 into bus1:main Apr 24, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant