Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 3003ecf

Browse files
committed
Add "changes" to quick_error.
1 parent bc08c38 commit 3003ecf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/quick_error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// From https://github.com/tailhook/quick-error
2+
// Changes:
3+
// - replace `impl Error` by `impl Item::description`
4+
// - $imeta
25

36
#[macro_export]
47
macro_rules! quick_error {

0 commit comments

Comments
 (0)