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:
Homu 2016-07-02 21:30:48 +09:00
commit 0b4ee665ad

View file

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