From cdfdae5ecd09d1549552aceee6959f6f22162c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rust=E5=A4=A7=E9=97=B8=E8=9F=B9?= Date: Thu, 10 Dec 2020 23:13:13 +0800 Subject: [PATCH] Fix comment in blocking example (#1107) --- examples/blocking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blocking.rs b/examples/blocking.rs index 32ecabe..a2b81c5 100644 --- a/examples/blocking.rs +++ b/examples/blocking.rs @@ -1,4 +1,4 @@ -//! `cargo run --example blocking` +//! `cargo run --example blocking --features=blocking` #![deny(warnings)] fn main() -> Result<(), Box> {