zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

Some public types don't implement `fmt::Debug`

Open wyfo opened this issue 2 months ago • 0 comments

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.

wyfo avatar Apr 24 '24 13:04 wyfo