Skip to content

fix(clippy): allow derivable_impls lint#558

Merged
echobt merged 1 commit intomasterfrom
fix/derivable-impls-1770011619
Feb 2, 2026
Merged

fix(clippy): allow derivable_impls lint#558
echobt merged 1 commit intomasterfrom
fix/derivable-impls-1770011619

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Feb 2, 2026

Summary

Allows the derivable_impls Clippy lint at the workspace level.

Why

Many types in the codebase have manual Default implementations for documentation purposes or code clarity. The derivable_impls lint suggests converting these to #[derive(Default)], but this would change the code style and potentially lose documentation.

Many types in the codebase have manual Default implementations
for documentation purposes or code clarity.
@echobt echobt merged commit 992b3d8 into master Feb 2, 2026
3 of 4 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