docs(faq): Remove parity link

Now that we've integrated everything into rustdoc,
its more obvious.
This commit is contained in:
Ed Page 2024-01-22 08:48:32 -06:00
parent 6a2b3bf4fa
commit d18c327229

View file

@ -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`