Commit d77416c
committed
error: Unimplement
In error types that wrap an underlying error, the underlying error
should either be returned by the outer error's source, or rendered
by the outer error's Display implementation, but not both.
ref: <https://doc.rust-lang.org/std/error/trait.Error.html#error-source>Error::source
1 parent 06526db commit d77416c
1 file changed
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 70 | + | |
86 | 71 | | |
87 | 72 | | |
88 | 73 | | |
| |||
0 commit comments