Skip to content

Commit 5ecac8e

Browse files
more markdown list formatting
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 540c3f4 commit 5ecac8e

File tree

1 file changed

+3
-3
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+3
-3
lines changed

compiler/rustc_error_codes/src/error_codes/E0460.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ dependencies, without using the compiler's own dependency management that
6464
causes this issue.
6565

6666
This error can be fixed by:
67-
* Using [Cargo], the Rust package manager, automatically fixing this issue.
68-
* Recompiling crate `a` so that both crate `b` and `main` have a uniform
69-
version to depend on.
67+
* Using [Cargo], the Rust package manager, automatically fixing this issue.
68+
* Recompiling crate `a` so that both crate `b` and `main` have a uniform
69+
version to depend on.
7070

7171
[Cargo]: ../cargo/index.html

0 commit comments

Comments
 (0)