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 @@ -25,8 +25,8 @@ enum Error {
2525 UnableToFormPath { } ,
2626}
2727
28- // CLI errors are reported using the Debug trait, but Snafu sets up the Display tait. So we
29- // deligate . c.f. https://github.com/shepmaster/snafu/issues/110
28+ // Clap CLI errors are reported using the Debug trait, but Snafu sets up the Display trait.
29+ // So we delegate . c.f. https://github.com/shepmaster/snafu/issues/110
3030impl std:: fmt:: Debug for Error {
3131 fn fmt ( & self , fmt : & mut std:: fmt:: Formatter ) -> std:: fmt:: Result {
3232 std:: fmt:: Display :: fmt ( self , fmt)
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ pub enum Error {
3838 UnresolvedError { } ,
3939}
4040
41- // CLI errors are reported using the Debug trait, but Snafu sets up the Display tait. So we
42- // deligate . c.f. https://github.com/shepmaster/snafu/issues/110
41+ // Clap CLI errors are reported using the Debug trait, but Snafu sets up the Display trait.
42+ // So we delegate . c.f. https://github.com/shepmaster/snafu/issues/110
4343impl std:: fmt:: Debug for Error {
4444 fn fmt ( & self , fmt : & mut std:: fmt:: Formatter ) -> std:: fmt:: Result {
4545 std:: fmt:: Display :: fmt ( self , fmt)
You can’t perform that action at this time.
0 commit comments