From 722f2607beaef56b6a0e433db5fd09492d9f028c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Watteau?= Date: Sat, 2 Jul 2016 09:31:09 +0200 Subject: [PATCH] docs(Completions): fixes the formatting of the Cargo.toml excerpt in the completions example --- src/app/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/mod.rs b/src/app/mod.rs index bb8531d9..c43b1d47 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -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"