Use UFCS instead of method calls in derive(Debug). See issue 81211 for discussion.

This commit is contained in:
Felix S. Klock II 2021-01-23 00:50:03 -05:00
parent 02b85d7220
commit 2307d08d2f
2 changed files with 27 additions and 15 deletions

View file

@ -133,6 +133,8 @@ symbols! {
Copy,
Count,
Debug,
DebugStruct,
DebugTuple,
Decodable,
Decoder,
Default,