diff options
| author | Ezra Shaw <Ezrasure@outlook.com> | 2022-12-19 22:50:31 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 22:50:31 +1300 |
| commit | 5ecac8ede670ac8045a199cd3bcd58bd940ec8d4 (patch) | |
| tree | 362b302fcd3cbf280d1fa8bdfbcbbcbbb4bf02ab | |
| parent | 540c3f434f25b90b6f238aa520d5532909f711db (diff) | |
| download | rust-5ecac8ede670ac8045a199cd3bcd58bd940ec8d4.tar.gz rust-5ecac8ede670ac8045a199cd3bcd58bd940ec8d4.zip | |
more markdown list formatting
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0460.md | 6 |
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 |
