Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Jul 18, 2023
1 parent a486d26 commit 89d440c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tower-async/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@
//!
//! See [here][all_layers] for a complete list of all middleware provided by
//! Tower.
//!
//!
//! Browse the examples at [`tower-async-http/examples`](https://github.com/plabayo/tower-async/tree/master/tower-async-http/examples) to see some examples
//! on how to use `tower-async` and its sibling crates. While these are focussed on http examples,
//! note that:
//!
//!
//! - `tower-async` can work for any request-response flow (akin to `tower`);
//! - you can also use `tower-async` with http web services without making use of the `tower-async-http` crate,
//! it only is there to provide extra middleware for http-specific purposes, but this is all optional.
//!
//!
//! The documentation also contains some smaller examples and of course the codebase can be read as well,
//! together with its unit tests.
//!
Expand Down

0 comments on commit 89d440c

Please sign in to comment.