Skip to content

Commit

Permalink
docs(faq): Remove parity link
Browse files Browse the repository at this point in the history
Now that we've integrated everything into rustdoc,
its more obvious.
  • Loading branch information
epage committed Jan 22, 2024
1 parent 6a2b3bf commit d18c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_faq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d18c327

Please sign in to comment.