Skip to content

use of deprecated item 'std::error::Error::cause' #23

Description

@stappersg

Reporting

warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
  --> src/errors.rs:18:1
   |
18 | / quick_error! {
19 | |     /// Single error when of parsing configuration file
20 | |     ///
21 | |     /// Usually you use `ErrorList` which embeds multiple errors encountered
...  |
64 | |     }
65 | | }
   | |_^
   |
   = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions