mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
add missing backticks (oops)
This commit is contained in:
parent
593f042c77
commit
6f385b4adb
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
|||
//!
|
||||
//! A nested subcommand can be marked optional:
|
||||
//!
|
||||
//! ```ignore
|
||||
//! #[derive(StructOpt)]
|
||||
//! #[structopt(name = "foo")]
|
||||
//! struct Foo {
|
||||
|
@ -220,6 +221,7 @@
|
|||
//! Baz {},
|
||||
//! Quux {}
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
extern crate proc_macro;
|
||||
extern crate syn;
|
||||
|
|
Loading…
Reference in a new issue