From 6eee8e415fb2361a91cbc1151f37003bb2cd449b Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 4 Dec 2021 00:04:35 -0300 Subject: Fix ArgumentType docs --- src/args.rs | 2 -- 1 file changed, 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. /// -- cgit 1.4.1