Merge pull request #5105 from geometryolife/fix

fix(builder): Update documentation comments
This commit is contained in:
Ed Page 2023-08-31 09:09:59 -05:00 committed by GitHub
commit 98712dba51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;