From 665aa7fe7e8309712bb35b8682ccd5cdcf127234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez?= Date: Tue, 1 Nov 2016 18:16:55 +0100 Subject: [PATCH] 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. --- src/doc/machine-readable-output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/machine-readable-output.md b/src/doc/machine-readable-output.md index e486fd6c685..7b0463a5a6e 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",