lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.24k stars 56 forks source link

turn links into hyperlinks #210

Closed CobaltCause closed 1 year ago

CobaltCause commented 1 year ago

CI can catch this in the future with the following command:

RUSTDOCFLAGS="-D warnings" cargo doc \
    --workspace \
    --no-deps \
    --document-private-items

I would add it to CI in this PR, but I don't really know GitHub Actions all that well.