Skip to content

Commit 665aa7f

Browse files
committed
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.
1 parent 3f90298 commit 665aa7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/machine-readable-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cargo can output information about project and build in JSON format.
77
You can use `cargo metadata` command to get information about project structure
88
and dependencies. The output of the command looks like this:
99

10-
```
10+
```text
1111
{
1212
// Integer version number of the format.
1313
"version": integer,
@@ -59,7 +59,7 @@ without waiting for the whole build to finish.
5959

6060
The message format looks like this:
6161

62-
```
62+
```text
6363
{
6464
// Type of the message.
6565
"reason": "compiler-message",

0 commit comments

Comments
 (0)