Use UFCS instead of method calls in derive(Debug)
. See issue 81211 for discussion.
This commit is contained in:
parent
02b85d7220
commit
2307d08d2f
2 changed files with 27 additions and 15 deletions
|
@ -133,6 +133,8 @@ symbols! {
|
|||
Copy,
|
||||
Count,
|
||||
Debug,
|
||||
DebugStruct,
|
||||
DebugTuple,
|
||||
Decodable,
|
||||
Decoder,
|
||||
Default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue