Formatter
This commit is contained in:
@@ -50,4 +50,3 @@ The difference is in their _purpose_: `Display` returns a representation that's
|
||||
while `Debug` provides a low-level representation that's more suitable to developers and service operators.\
|
||||
That's why `Debug` can be automatically implemented using the `#[derive(Debug)]` attribute, while `Display`
|
||||
**requires** a manual implementation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user