From: Juan Hernández Date: Tue, 1 Nov 2016 17:16:55 +0000 (+0100) Subject: Add text language to code bloks in machine-readable-output.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~23^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=665aa7fe7e8309712bb35b8682ccd5cdcf127234;p=cargo.git Add text language to code bloks in machine-readable-output.md Travis fails when running `make doc` because of this file. This should fix the issue. --- diff --git a/src/doc/machine-readable-output.md b/src/doc/machine-readable-output.md index e486fd6c6..7b0463a5a 100644 --- a/src/doc/machine-readable-output.md +++ b/src/doc/machine-readable-output.md @@ -7,7 +7,7 @@ Cargo can output information about project and build in JSON format. You can use `cargo metadata` command to get information about project structure and dependencies. The output of the command looks like this: -``` +```text { // Integer version number of the format. "version": integer, @@ -59,7 +59,7 @@ without waiting for the whole build to finish. The message format looks like this: -``` +```text { // Type of the message. "reason": "compiler-message",