Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent 0328f0e commit 4e17f86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
//! command.write_message(&proxy::ProxyRequest {
//! id: String::from("ID_ABCD"),
//! order: proxy::ProxyRequestData::AddHttpFront(http_front)
//! ));
//! });
//!
//! command.write_message(&proxy::ProxyRequest {
//! id: String::from("ID_EFGH"),
//! order: proxy::ProxyRequestData::AddBackend(http_backend)
//! ));
//! });
//!
//! println!("HTTP -> {:?}", command.read_message());
//! println!("HTTP -> {:?}", command.read_message());
Expand Down Expand Up @@ -128,12 +128,12 @@
//! command.write_message(&proxy::ProxyRequest {
//! id: String::from("ID_ABCD"),
//! order: proxy::ProxyRequestData::AddHttpFront(http_front)
//! ));
//! });
//!
//! command.write_message(&proxy::ProxyRequest {
//! id: String::from("ID_EFGH"),
//! order: proxy::ProxyRequestData::AddBackend(http_backend)
//! ));
//! });
//!
//! println!("HTTP -> {:?}", command.read_message());
//! println!("HTTP -> {:?}", command.write_message());
Expand Down

0 comments on commit 4e17f86

Please sign in to comment.