We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540c3f4 commit 5ecac8eCopy full SHA for 5ecac8e
compiler/rustc_error_codes/src/error_codes/E0460.md
@@ -64,8 +64,8 @@ dependencies, without using the compiler's own dependency management that
64
causes this issue.
65
66
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.
+ * Using [Cargo], the Rust package manager, automatically fixing this issue.
+ * Recompiling crate `a` so that both crate `b` and `main` have a uniform
+ version to depend on.
70
71
[Cargo]: ../cargo/index.html
0 commit comments