Skip to content

Conversation

@MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Jun 11, 2024

cargo is bundled in GitHub's standard actions environments.

By running cargo doc we can test for broken intradoc links and other markdown constructs.

@MarijnS95
Copy link
Member Author

error: unresolved link to `NormalMapFormat::R8g8TangentSpaceReconstructedZ`
 --> src/lib.rs:9:53
  |
9 | ...le, while a normal map of format [`NormalMapFormat::R8g8TangentSpaceReconstructedZ`] would still have 3 channels when sampled,
  |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `NormalMapFormat` has no variant or associated item named `R8g8TangentSpaceReconstructedZ`
  |
  = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`

MarijnS95 added 2 commits May 21, 2025 10:16
`cargo` is bundled in GitHub's standard actions environments.

By running `cargo doc` we can test for broken intradoc links and other
markdown constructs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants