aboutsummaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
Diffstat (limited to 'mingling')
-rw-r--r--mingling/src/example_docs.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mingling/src/example_docs.rs b/mingling/src/example_docs.rs
index c492a11..5208077 100644
--- a/mingling/src/example_docs.rs
+++ b/mingling/src/example_docs.rs
@@ -128,8 +128,7 @@ pub mod example_argument_parse {}
///
/// 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