Skip to content

Commit 5ce6bb8

Browse files
committed
docs: remove note regarding tokio usage for the exmaple
1 parent 876fd31 commit 5ce6bb8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

postgresql_archive/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ A library for downloading and extracting PostgreSQL archives from
1414
## Examples
1515

1616
### Asynchronous API
17-
**Note**: The following example requires the `tokio` runtime.
1817

1918
```rust
2019
use postgresql_archive::{extract, get_archive, LATEST};

postgresql_archive/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
//! ## Examples
2121
//!
2222
//! ### Asynchronous API
23-
//! **Note**: The following example requires the `tokio` runtime.
2423
//!
2524
//! ```rust, ignore
2625
//! use postgresql_archive::{extract, get_archive, LATEST};

0 commit comments

Comments
 (0)