Add issue number

This commit is contained in:
Wei Tang 2019-01-25 20:12:14 +01:00
parent 4e8182f683
commit 12f7a965c8
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// TODO: Remove TryFrom and TryInto when Rust trait is stablized
// https://github.com/paritytech/parity-common/issues/103
//! Error, `TryFrom` and `TryInto` trait, should be removed when standard library stablize those.
/// Error type for conversion.