Commit Graph

2 Commits

Author SHA1 Message Date
Bastian Köcher 2113e59e9c Renames cli --force-derive-debug to --impl-debug 2017-08-11 00:05:19 +02:00
Bastian Köcher 59a9bb352e Implements Debug trait for types which do not support derive Debug
For types that do not support derive Debug be implemented automatically by rust,
we know can generate implementations of the Debug trait. This code generation is
hidden behind the '--force-derive-debug' command-line flag.
2017-08-10 18:13:42 +02:00