Skip to content

Comments

warn on missing-debug-implementations#367

Open
JonathanWoollett-Light wants to merge 1 commit intoMarwes:masterfrom
JonathanWoollett-Light:missing-debug-implementations
Open

warn on missing-debug-implementations#367
JonathanWoollett-Light wants to merge 1 commit intoMarwes:masterfrom
JonathanWoollett-Light:missing-debug-implementations

Conversation

@JonathanWoollett-Light
Copy link

All public types should implement Debug. See https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#missing-debug-implementations.

I was writing a library that depends on this and came across the case where I couldn't derive Debug because the underlying types don't implement Debug.

@JonathanWoollett-Light JonathanWoollett-Light force-pushed the missing-debug-implementations branch from 8b51156 to a17b79a Compare October 25, 2024 18:04
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