mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
docs: Mark unstable-styles feature as deprecated
This commit is contained in:
parent
5f99b060a6
commit
4edfd7220a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue