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

Commit b31a329

Browse files
committed
fix
1 parent 50f6821 commit b31a329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error_chain.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ macro_rules! impl_error_chain_processed {
371371
$(
372372
$(#[$meta_foreign_links])*
373373
$foreign_link_variant(err: $foreign_link_error_path) {
374+
#[allow(deprecated)]
374375
description(::std::error::Error::description(err))
375376
display("{}", err)
376377
}

0 commit comments

Comments
 (0)