Skip to content

Commit

Permalink
fix doc example
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Sep 12, 2024
1 parent 3b9e00c commit f89a309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 170 deletions.
2 changes: 1 addition & 1 deletion async-nats/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ impl Client {
/// # async fn main() -> Result<(), async_nats::Error> {
/// let client = async_nats::connect("demo.nats.io").await?;
/// let statistics = client.statistics();
/// println!("client statistics: {:$?}", statistics);
/// println!("client statistics: {:#?}", statistics);
/// # Ok(())
/// # }
/// ```
Expand Down
169 changes: 0 additions & 169 deletions async-nats/src/ext.rs

This file was deleted.

0 comments on commit f89a309

Please sign in to comment.