mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-15 06:55:14 +00:00
![]() Indented blocks in Markdown are treated as code blocks, and rustdoc treats all unadorned code blocks as Rust doctests. Since this wasn't intended as a doctest and isn't valid Rust, it makes `cargo test --doc` fail. We fix this by using an explicit code block labeled as `text`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |