File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ enum Error {
2828 UnableToFormPath { } ,
2929}
3030
31- // CLI errors are reported using the Debug trait, but Snafu sets up the Display tait. So we
32- // deligate . c.f. https://github.com/shepmaster/snafu/issues/110
31+ // Clap CLI errors are reported using the Debug trait, but Snafu sets up the Display trait.
32+ // So we delegate . c.f. https://github.com/shepmaster/snafu/issues/110
3333impl std:: fmt:: Debug for Error {
3434 fn fmt ( & self , fmt : & mut std:: fmt:: Formatter ) -> std:: fmt:: Result {
3535 std:: fmt:: Display :: fmt ( self , fmt)
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ pub enum Error {
4141 UnresolvedError { } ,
4242}
4343
44- // CLI errors are reported using the Debug trait, but Snafu sets up the Display tait. So we
45- // deligate . c.f. https://github.com/shepmaster/snafu/issues/110
44+ // Clap CLI errors are reported using the Debug trait, but Snafu sets up the Display trait.
45+ // So we delegate . c.f. https://github.com/shepmaster/snafu/issues/110
4646impl std:: fmt:: Debug for Error {
4747 fn fmt ( & self , fmt : & mut std:: fmt:: Formatter ) -> std:: fmt:: Result {
4848 std:: fmt:: Display :: fmt ( self , fmt)
You can’t perform that action at this time.
0 commit comments