From: Peter Marheine Date: Mon, 8 Jan 2018 05:22:15 +0000 (+1100) Subject: Recover '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~3^2~55^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97584002bd2cbf738f7add5a32affc8884b0aa66;p=cargo.git Recover 'Add missing spaces around = sign' First changed in e8a1ba6f63a93430b1de6fc772e3f950d5bd63f2 which failed to update the book and was replaced in 1271bb4de0c0e0a085be239c2418af9c673ffc87. --- diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 5dfa60f6a..144809784 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -743,7 +743,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