more markdown list formatting

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
Ezra Shaw 2022-12-19 22:50:31 +13:00 committed by GitHub
parent 540c3f434f
commit 5ecac8ede6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@ dependencies, without using the compiler's own dependency management that
causes this issue. causes this issue.
This error can be fixed by: This error can be fixed by:
* Using [Cargo], the Rust package manager, automatically fixing this issue. * Using [Cargo], the Rust package manager, automatically fixing this issue.
* Recompiling crate `a` so that both crate `b` and `main` have a uniform * Recompiling crate `a` so that both crate `b` and `main` have a uniform
version to depend on. version to depend on.
[Cargo]: ../cargo/index.html [Cargo]: ../cargo/index.html