Skip to content

remove deprecated description method for TrieError#85

Merged
cheme merged 1 commit into
paritytech:masterfrom
gballet:deprecate-trie-error-description
Apr 28, 2020
Merged

remove deprecated description method for TrieError#85
cheme merged 1 commit into
paritytech:masterfrom
gballet:deprecate-trie-error-description

Conversation

@gballet

@gballet gballet commented Apr 28, 2020

Copy link
Copy Markdown
Contributor

clippy complains that description is deprecated in Error. This PR removes it to silence clippy.

@parity-cla-bot

Copy link
Copy Markdown

It looks like @gballet signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@cheme cheme merged commit bc8a83f into paritytech:master Apr 28, 2020
Comment thread trie-db/src/lib.rs
}

#[cfg(feature = "std")]
impl<T, E> Error for TrieError<T, E> where T: fmt::Debug, E: Error {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove the Error impl though?

cheme added a commit that referenced this pull request Apr 28, 2020
cheme added a commit that referenced this pull request Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants