Skip to content

Commit

Permalink
chore: Removed unstable-styles feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ranger-ross committed May 2, 2024
1 parent d681a81 commit da827c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ 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"]

[lib]
bench = false
Expand Down
1 change: 0 additions & 1 deletion clap_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ string = [] # Allow runtime generated strings

# In-work features
unstable-v5 = ["deprecated"]
unstable-styles = ["color"]

[lib]
bench = false
Expand Down

0 comments on commit da827c6

Please sign in to comment.