docs(Completions): fixes the formatting of the Cargo.toml excerpt in the completions example

This commit is contained in:
Sébastien Watteau 2016-07-02 09:31:09 +02:00
parent 11b92170ef
commit 722f2607be

View file

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