summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-12-04 00:04:35 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-12-04 00:04:35 -0300
commit6eee8e415fb2361a91cbc1151f37003bb2cd449b (patch)
tree75497d482335b5f9fecce47e9a9102d6ed58e464
parent5347c3a9e96f1726e2a91d3f72dd4c071a92142f (diff)
Fix ArgumentType docs
-rw-r--r--src/args.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/args.rs b/src/args.rs
index 62cd5e3..178203d 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -23,8 +23,6 @@ pub struct CommandContext<'i, S, E>(::std::marker::PhantomData<(&'i str, S, E)>)
 ///
 /// # Type params
 ///
-/// - `'i`: Lifetime of the input.
-/// - `R`: The reader accepted by this argument type.
 /// - `S`: The source type accepted by this argument type.
 /// - `E`: The error type accepted by this argument type.
 ///