Skip to content

Commit 3c42eca

Browse files
author
Stjepan Glavina
committed
Prepare for v0.99.0
1 parent f4ff544 commit 3c42eca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@
4444
//! let mut buf = vec![];
4545
//!
4646
//! io::timeout(Duration::from_secs(5), async {
47-
//! stream.read_to_end(&mut buf).await?
47+
//! stream.read_to_end(&mut buf).await?;
4848
//! Ok(buf)
4949
//! })
50+
//! .await
5051
//! }
5152
//!
5253
//! fn main() {

0 commit comments

Comments
 (0)