mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs: Further clarify the text
This commit is contained in:
parent
a6822a27b4
commit
b0027b5943
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 (see "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