Skip to content

Commit

Permalink
docs(Completions): fixes the formatting of the Cargo.toml excerpt in …
Browse files Browse the repository at this point in the history
…the completions example
  • Loading branch information
swatteau committed Jul 2, 2016
1 parent 11b9217 commit 722f260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 722f260

Please sign in to comment.