mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
a comma felt wrong there
This commit is contained in:
parent
ba56ac770c
commit
a6822a27b4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Steps:
|
|||
3. Run `cargo check --features clap/deprecated` and resolve all deprecation warnings
|
||||
4. Upgrade to v4
|
||||
5. Resolve compiler errors
|
||||
6. Resolve behavior changes, look over the "subtle changes" under BREAKING CHANGES
|
||||
6. Resolve behavior changes (look over the "subtle changes" under BREAKING CHANGES)
|
||||
7. *At your leisure:* resolve new deprecation notices
|
||||
|
||||
Example test (derive):
|
||||
|
|
Loading…
Reference in a new issue