Skip to content

Remove useless Debug impls - #62

Open
Jules-Bertholet wants to merge 1 commit into
10XGenomics:masterfrom
Jules-Bertholet:debug
Open

Remove useless Debug impls#62
Jules-Bertholet wants to merge 1 commit into
10XGenomics:masterfrom
Jules-Bertholet:debug

Conversation

@Jules-Bertholet

@Jules-Bertholet Jules-Bertholet commented Aug 13, 2026

Copy link
Copy Markdown

Obtaining a reference to c_void is never correct, so these impls are effectively not callable. Raw pointers implement Debug regardless of whether the pointed-to type does.

See rust-lang/rust#160115 for more discussion.

Obtaining a reference to `c_void` is never correct,
so these impls are effectively not callable.
(Raw pointers implement `Debug` regardless
of whether the pointed-to type does.)
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