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

Commit 0d69163

Browse files
committed
fix support older rust versions
1 parent db7d2d5 commit 0d69163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error_chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ macro_rules! impl_error_chain_processed {
248248
self.description()
249249
}
250250

251-
$crate::impl_error_chain_cause_or_source!{
251+
impl_error_chain_cause_or_source!{
252252
types {
253253
$error_kind_name
254254
}

0 commit comments

Comments
 (0)