diff options
Diffstat (limited to 'src/args.rs')
-rw-r--r-- | src/args.rs | 2 |
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. /// |