From 5ecac8ede670ac8045a199cd3bcd58bd940ec8d4 Mon Sep 17 00:00:00 2001 From: Ezra Shaw Date: Mon, 19 Dec 2022 22:50:31 +1300 Subject: [PATCH] more markdown list formatting Co-authored-by: Guillaume Gomez --- compiler/rustc_error_codes/src/error_codes/E0460.md | 6 +++--- 1 file 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