Skip to content

Commit

Permalink
remove topic from reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed May 6, 2024
1 parent 966cdde commit c416043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cdn-broker/src/reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ pub mod crypto {
}
}

pub mod message {
pub use cdn_proto::message::Topic;
}

pub mod error {
pub use cdn_proto::error::{Error, Result};
}
Expand Down
2 changes: 1 addition & 1 deletion cdn-client/src/reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub mod crypto {
}

pub mod message {
pub use cdn_proto::message::{Broadcast, Direct, Message, Topic};
pub use cdn_proto::message::{Broadcast, Direct, Message};
}

pub mod error {
Expand Down

0 comments on commit c416043

Please sign in to comment.