I didn't have the toolchain-specified `rustfmt` because I was mostly
offline and couldn't download it.
This commit is contained in:
Henry de Valence 2019-09-19 07:10:14 -07:00 committed by Deirdre Connolly
parent ff6891b1c1
commit 9ddb51a130
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#[macro_use]
extern crate failure;
pub mod message;
pub mod types;
mod constants;
mod meta_addr;
pub mod message;
mod meta_addr;
pub mod types;

View File

@ -16,4 +16,4 @@ pub struct Services(pub u64);
/// A nonce used in the networking layer to identify messages.
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
pub struct Nonce(pub u64);
pub struct Nonce(pub u64);