removed AsciiExt import (fixed warning)

This commit is contained in:
Svyatoslav Nikolsky 2018-02-12 10:07:25 +03:00
parent 4ebe24c438
commit 8273026615
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Gitter [![Gitter https://gitter.im/paritytech/parity-bitcoin](https://badges.git
Installing `pbtc` from source requires `rustc` and `cargo`.
Minimal supported version is `rustc 1.16.0 (30cf806ef 2017-03-10)`
Minimal supported version is `rustc 1.23.0 (766bd11c8 2018-01-01)`
#### Install rustc and cargo

View File

@ -1,5 +1,4 @@
use std::{str, fmt};
use std::ascii::AsciiExt;
use hash::H96;
use Error;