mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
fix(builder): Update documentation comments
This commit is contained in:
parent
7126f78421
commit
4012b195fd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
//! This module contains traits that are usable with the `#[derive(...)].`
|
||||
//! This module contains traits that are usable with the `#[derive(...)]`
|
||||
//! macros in `clap_derive`.
|
||||
|
||||
use crate::builder::PossibleValue;
|
||||
|
|
Loading…
Reference in a new issue