mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
docs(faq): Remove parity link
Now that we've integrated everything into rustdoc, its more obvious.
This commit is contained in:
parent
6a2b3bf4fa
commit
d18c327229
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
//!
|
||||
//! The benefits of integrating `structopt` and `clap` are:
|
||||
//! - Easier cross-linking in documentation
|
||||
//! - [Documentation parity](../examples)
|
||||
//! - Documentation parity
|
||||
//! - Tighter design feedback loop, ensuring all new features are designed with
|
||||
//! derives in mind and easier to change `clap` in response to `structopt` bugs.
|
||||
//! - Clearer endorsement of `structopt`
|
||||
|
|
Loading…
Reference in a new issue