about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0460.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0460.md b/compiler/rustc_error_codes/src/error_codes/E0460.md
index 1687682b28e..001678a9bce 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0460.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0460.md
@@ -64,8 +64,8 @@ dependencies, without using the compiler's own dependency management that
 causes this issue.
 
 This error can be fixed by:
-* 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.
+ * 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.
 
 [Cargo]: ../cargo/index.html