docs: Mark unstable-styles feature as deprecated

This commit is contained in:
Ed Page 2024-08-02 08:22:31 -05:00
parent 5f99b060a6
commit 4edfd7220a
2 changed files with 2 additions and 2 deletions

View file

@ -168,7 +168,7 @@ string = ["clap_builder/string"] # Allow runtime generated strings
# In-work features
unstable-v5 = ["clap_builder/unstable-v5", "clap_derive?/unstable-v5", "deprecated"]
unstable-styles = ["clap_builder/unstable-styles"]
unstable-styles = ["clap_builder/unstable-styles"] # deprecated
[lib]
bench = false

View file

@ -52,7 +52,7 @@ string = [] # Allow runtime generated strings
# In-work features
unstable-v5 = ["deprecated"]
unstable-styles = ["color"]
unstable-styles = ["color"] # deprecated
[lib]
bench = false