clap/src
Luca Bruno f3683a9792 output: get rid of an unsafe block (#1636)
* parse: fix build in debug mode

This fixes a build failure in debug mode, as the value to be printed
does not implement Display.

* output: get rid of an unsafe block

This get rid of an unsafe block which is not necessary, and only used
when building in debug mode.
2020-01-17 19:05:18 +05:30
..
build style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30
output output: get rid of an unsafe block (#1636) 2020-01-17 19:05:18 +05:30
parse output: get rid of an unsafe block (#1636) 2020-01-17 19:05:18 +05:30
util style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30
lib.rs style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30
macros.rs style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30
mkeymap.rs style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30