Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
removed AsciiExt import (fixed warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Feb 12, 2018
1 parent 4ebe24c commit 8273026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion message/src/common/command.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::{str, fmt};
use std::ascii::AsciiExt;
use hash::H96;
use Error;

Expand Down

0 comments on commit 8273026

Please sign in to comment.