Skip to content

Commit

Permalink
fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
guswynn committed Apr 20, 2021
1 parent f18f205 commit ba7eed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "impedance"
version = "0.2.2"
version = "0.2.3"
authors = ["Gus Wynn <guswynn@gmail.com>"]
edition = "2018"
description = "Tools to mix blocking and async code"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! expensive (where expensive == long *wall-time*). It works in tandem with its configuration
//! mechanism [`Token`](adaptive::Token). This can sometimes give us the best of both worlds:
//!
//! ```
//! ```ignore
//! $ cargo +nightly bench
//! ...
//! test fast_with_adaptive ... bench: 4,782 ns/iter (+/- 627)
Expand Down

0 comments on commit ba7eed4

Please sign in to comment.