mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
Merge pull request #5105 from geometryolife/fix
fix(builder): Update documentation comments
This commit is contained in:
commit
98712dba51
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…
Add table
Reference in a new issue