aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-async-support/src/main.rs')
-rw-r--r--examples/example-async-support/src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/example-async-support/src/main.rs b/examples/example-async-support/src/main.rs
index 920b3dd..847bfea 100644
--- a/examples/example-async-support/src/main.rs
+++ b/examples/example-async-support/src/main.rs
@@ -9,8 +9,7 @@
//!
//! However, you will lose some capabilities:
//!
-//! 1. `&mut` resource injection is not available in async chain functions
-//! 2. The program will not be able to use panic unwind functionality
+//! 1. The program will not be able to use panic unwind functionality
//!
//! Run:
//! ```bash