Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleaned up identity-comm/src/messages and identity-comm/src/tests #467

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading