mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
d80d10d0c4
In cycle.md, change `[salsa::Cycle]` to `salsa::Cycle` so mdbook doesn't get confused and think there is a broken Markdown link. The warning was as follows: ``` warning: Potential incomplete link ┌─ cycles.md:3:131 │ 3 │ By default, when Salsa detects a cycle in the computation graph, Salsa will panic with a [`salsa::Cycle`] as the panic value. The [`salsa::Cycle`] structure that describes the cycle, which can be useful for diagnosing what went wrong. │ ^^^^^^^^^^^^^^^^ Did you forget to define a URL for ``salsa::Cycle``? │ = hint: declare the link's URL. For example: `[`salsa::Cycle`]: http://example.com/` ``` After fixing this problem, there are no more mdbook warnings. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
book.toml | ||
mermaid-init.js | ||
mermaid.css | ||
mermaid.min.js |