Skip to content

Commit

Permalink
Auto merge of #13400 - ehuss:cargo-add-md, r=weihanglo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Feb 5, 2024
2 parents 9d3f4e4 + 4abbe3b commit a03a7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cargo-add --- Add dependencies to a Cargo.toml manifest file

`cargo add` [_options_] _crate_...\
`cargo add` [_options_] `--path` _path_\
`cargo add` [_options_] `--git` _url_ [_crate_...]\
`cargo add` [_options_] `--git` _url_ [_crate_...]


## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cargo-add --- Add dependencies to a Cargo.toml manifest file

`cargo add` [_options_] _crate_...\
`cargo add` [_options_] `--path` _path_\
`cargo add` [_options_] `--git` _url_ [_crate_...]\
`cargo add` [_options_] `--git` _url_ [_crate_...]


## DESCRIPTION
Expand Down

0 comments on commit a03a7f6

Please sign in to comment.