Skip to content

safelog: MaybeRedacted: Use std's derive for Debug

Ian Jackson requested to merge Diziet/arti:derive-debug into main

As per discussion in !882 (comment 2857196)

If you don't think you'll like the output, an option would be to call Debug::fmt on &self.0 instead, rather than matching.

Assigning @nickm as reviewer since this is part of a conversation we're having.

Merge request reports