From: Federico Mena Quintero Date: Tue, 21 Nov 2017 22:56:36 +0000 (-0600) Subject: Add missing spaces around = sign X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~4^2~40^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8a1ba6f63a93430b1de6fc772e3f950d5bd63f2;p=cargo.git Add missing spaces around = sign --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 74f761d9e..6e2f0bd38 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -725,7 +725,7 @@ bar = { path = 'my/local/bar' } git = 'https://github.com/example/baz' [patch.'https://github.com/example/baz'] -baz = { git = 'https://github.com/example/patched-baz', branch='my-branch' } +baz = { git = 'https://github.com/example/patched-baz', branch = 'my-branch' } ``` The `[patch]` table is made of dependency-like sub-tables. Each key after