We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876fd31 commit 5ce6bb8Copy full SHA for 5ce6bb8
postgresql_archive/README.md
@@ -14,7 +14,6 @@ A library for downloading and extracting PostgreSQL archives from
14
## Examples
15
16
### Asynchronous API
17
-**Note**: The following example requires the `tokio` runtime.
18
19
```rust
20
use postgresql_archive::{extract, get_archive, LATEST};
postgresql_archive/src/lib.rs
@@ -20,7 +20,6 @@
//! ## Examples
21
//!
22
//! ### Asynchronous API
23
-//! **Note**: The following example requires the `tokio` runtime.
24
25
//! ```rust, ignore
26
//! use postgresql_archive::{extract, get_archive, LATEST};
0 commit comments