Remove {n}
support
#3230
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-bug
Category: Updating dependencies
M-breaking-change
Meta: Implementing or merging this will introduce a breaking change.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
Milestone
Maintainer's notes
We previously removed
{n}
support in #1810 but found there wasn't a way to force a hard break without usingverbatim_doc_comment
which has downsides (#3198). #2389 should address this but we don't want to block clap's development.When we remove
{n}
support again, we should add asserts for it to help users catch the breaking change, like we did in 61c9e62.The text was updated successfully, but these errors were encountered: