Silence Error::cause deprecations (#10438)

This commit is contained in:
Andrew Jones
2019-03-02 12:18:18 +00:00
committed by Niklas Adolfsson
parent ed18c7b54c
commit 97cb010df8
5 changed files with 20 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Parity Ethereum. If not, see <http://www.gnu.org/licenses/>.
// Silence: `use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting`
// https://github.com/paritytech/parity-ethereum/issues/10302
#![allow(deprecated)]
use ethcore;
use io;
use ethcore_private_tx;