Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some public types don't implement fmt::Debug #967

Open
wyfo opened this issue Apr 24, 2024 · 0 comments
Open

Some public types don't implement fmt::Debug #967

wyfo opened this issue Apr 24, 2024 · 0 comments
Labels
new feature Something new is needed

Comments

@wyfo
Copy link

wyfo commented Apr 24, 2024

Describe the feature

As written in the title, a lot of types don't implement fmt::Debug, but as written in Rust documentation:

fmt::Debug implementations should be implemented for all public types.

There is a builtin lint to allow spotting this omissions.
Building with this lint currently raise a lot of errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Something new is needed
Projects
None yet
Development

No branches or pull requests

1 participant