Skip to content

Commit

Permalink
Mark outdated features in Cargo.toml
Browse files Browse the repository at this point in the history
This commit includes comments in the `Cargo.toml` file to highlight some outdated features. These remarks serve as pointers for future updates and potential removal of these no-longer-needed features.
  • Loading branch information
Barsik-sus committed Mar 7, 2024
1 parent 384a64a commit 7bd4315
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions module/move/wca/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,20 @@ default_handlers = [
]

# qqq : for Bohdan : description of all features please

# outdated feature
on_error_default = [ "enabled" ]
# outdated feature
on_syntax_error_default = [ "enabled" ]
# outdated feature
on_ambiguity_default = [ "enabled" ]
# outdated feature
on_unknown_command_error_default = [ "enabled" ] # qqq : for Bohdan : what does this feature do?
# This configuration suggests an action to be done when the command is unknown. In this case, when an unknown command is encountered, the system might suggest alternatives
on_unknown_suggest = [ "eddie" ]
# outdated feature
on_get_help_default = [ "enabled" ]
# outdated feature
on_print_commands_default = [ "enabled" ]

[[bench]]
Expand Down

0 comments on commit 7bd4315

Please sign in to comment.