mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
Auto merge of #562 - swatteau:fix-compl-doc, r=kbknapp
Fix the formatting in the completions example A missing newline prevented the Cargo.toml excerpt in the `gen_completions` example from being properly formatted.
This commit is contained in:
commit
0b4ee665ad
1 changed files with 2 additions and 0 deletions
|
@ -988,7 +988,9 @@ impl<'a, 'b> App<'a, 'b> {
|
|||
/// // normal logic continues...
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// Next, we set up our `Cargo.toml` to use a `build.rs` build script.
|
||||
///
|
||||
/// ```ignore
|
||||
/// # Cargo.toml
|
||||
/// build = "build.rs"
|
||||
|
|
Loading…
Reference in a new issue