diff options
Diffstat (limited to 'vendor/clap/src/_features.rs')
-rw-r--r-- | vendor/clap/src/_features.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/clap/src/_features.rs b/vendor/clap/src/_features.rs index 27b567c98..2be4a608f 100644 --- a/vendor/clap/src/_features.rs +++ b/vendor/clap/src/_features.rs @@ -26,4 +26,4 @@ //! **Warning:** These may contain breaking changes between minor releases. //! //! * **unstable-v5**: Preview features which will be stable on the v5.0 release -//! * **unstable-unstable-styles**: Custom theming support for clap +//! * **unstable-styles**: Custom theming support for clap |