Skip to content

Commit

Permalink
cleaned up identity-comm/src/messages and identity-comm/src/tests (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver E. Anderson committed Nov 1, 2021
1 parent eacda0a commit 4f607c5
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,634 deletions.
3 changes: 0 additions & 3 deletions identity-comm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
// clippy::missing_errors_doc,
)]

#[macro_use]
extern crate serde;

pub mod envelope;
pub mod error;
pub mod message;
Expand Down
37 changes: 0 additions & 37 deletions identity-comm/src/message/macros.rs

This file was deleted.

9 changes: 0 additions & 9 deletions identity-comm/src/message/mod.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

#[macro_use]
mod macros;

mod report;
mod timing;
mod traits;
mod types;

pub use self::report::*;
pub use self::timing::*;
pub use self::traits::*;
pub use self::types::*;
41 changes: 0 additions & 41 deletions identity-comm/src/message/report.rs

This file was deleted.

122 changes: 0 additions & 122 deletions identity-comm/src/message/timing.rs

This file was deleted.

91 changes: 0 additions & 91 deletions identity-comm/src/message/types/authentication.rs

This file was deleted.

0 comments on commit 4f607c5

Please sign in to comment.