Skip to content

Commit a03a7f6

Browse files
committed
Auto merge of #13400 - ehuss:cargo-add-md, r=weihanglo
Fix markdown line break in cargo-add This fixes a backslash line break in the cargo-add documentation. A future version of mdbook will adhere to the commonmark spec more closely, and this will end up showing as a literal backslash.
2 parents 9d3f4e4 + 4abbe3b commit a03a7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/man/cargo-add.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo-add --- Add dependencies to a Cargo.toml manifest file
1111

1212
`cargo add` [_options_] _crate_...\
1313
`cargo add` [_options_] `--path` _path_\
14-
`cargo add` [_options_] `--git` _url_ [_crate_...]\
14+
`cargo add` [_options_] `--git` _url_ [_crate_...]
1515

1616

1717
## DESCRIPTION

src/doc/src/commands/cargo-add.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cargo-add --- Add dependencies to a Cargo.toml manifest file
77

88
`cargo add` [_options_] _crate_...\
99
`cargo add` [_options_] `--path` _path_\
10-
`cargo add` [_options_] `--git` _url_ [_crate_...]\
10+
`cargo add` [_options_] `--git` _url_ [_crate_...]
1111

1212

1313
## DESCRIPTION

0 commit comments

Comments
 (0)