diff options
Diffstat (limited to 'mingling_picker')
| -rw-r--r-- | mingling_picker/src/picker.rs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mingling_picker/src/picker.rs b/mingling_picker/src/picker.rs index 4efb532..69b1671 100644 --- a/mingling_picker/src/picker.rs +++ b/mingling_picker/src/picker.rs @@ -10,13 +10,7 @@ pub use result::*; use crate::{Pickable, PickerArg, PickerArgResult}; -/// Picker, used to record all states of a parameter parsing -/// -/// Includes the following: -/// -/// - Basic arguments -/// - Parsing states -/// - Parsing results +#[doc = include_str!("../README.md")] pub struct Picker<'a, Route = ()> { route_phantom: PhantomData<Route>, |
