mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
docs(Completions): fixes the formatting of the Cargo.toml excerpt in the completions example
This commit is contained in:
parent
11b92170ef
commit
722f2607be
1 changed files with 2 additions and 0 deletions
|
@ -988,7 +988,9 @@ impl<'a, 'b> App<'a, 'b> {
|
||||||
/// // normal logic continues...
|
/// // normal logic continues...
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
|
///
|
||||||
/// Next, we set up our `Cargo.toml` to use a `build.rs` build script.
|
/// Next, we set up our `Cargo.toml` to use a `build.rs` build script.
|
||||||
|
///
|
||||||
/// ```ignore
|
/// ```ignore
|
||||||
/// # Cargo.toml
|
/// # Cargo.toml
|
||||||
/// build = "build.rs"
|
/// build = "build.rs"
|
||||||
|
|
Loading…
Reference in a new issue