Rename multiaddr and mulithash to parity-* (#737)

* Rename multiaddr and mulithash to parity-*

* Fix doctests
This commit is contained in:
Pierre Krieger
2018-12-07 15:40:02 +01:00
committed by GitHub
parent 8d8fc75a4e
commit d94a768bd9
16 changed files with 36 additions and 42 deletions

View File

@ -73,7 +73,7 @@ macro_rules! match_encoder {
/// # Examples
///
/// ```
/// use multihash::{encode, Hash};
/// use parity_multihash::{encode, Hash};
///
/// assert_eq!(
/// encode(Hash::SHA2256, b"hello world").unwrap().into_bytes(),