mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +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
|
3. Run `cargo check --features clap/deprecated` and resolve all deprecation warnings
|
||||||
4. Upgrade to v4
|
4. Upgrade to v4
|
||||||
5. Resolve compiler errors
|
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
|
7. *At your leisure:* resolve new deprecation notices
|
||||||
|
|
||||||
Example test (derive):
|
Example test (derive):
|
||||||
|
|
Loading…
Reference in a new issue