Skip to content

Commit cdfdae5

Browse files
authored
Fix comment in blocking example (#1107)
1 parent 541d0c2 commit cdfdae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! `cargo run --example blocking`
1+
//! `cargo run --example blocking --features=blocking`
22
#![deny(warnings)]
33

44
fn main() -> Result<(), Box<dyn std::error::Error>> {

0 commit comments

Comments
 (0)