Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building rust docs should not allow warnings #99

Open
jfly opened this issue Feb 2, 2024 · 1 comment
Open

building rust docs should not allow warnings #99

jfly opened this issue Feb 2, 2024 · 1 comment

Comments

@jfly
Copy link
Contributor

jfly commented Feb 2, 2024

Right now, they build, but there is this warning:

$ cargo doc --workspace --open
...
warning: unresolved link to `Landings`
   --> crates/store/src/lib.rs:391:25
    |
391 |     /// Retrieves all [`Landings`]s.
    |                         ^^^^^^^^ no item named `Landings` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
@jfly jfly changed the title have check for building rust docs building rust docs should not allow warnings Dec 17, 2024
@jfly
Copy link
Contributor Author

jfly commented Dec 17, 2024

This might be resolved by the pending work in the mob/nci branch.

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

No branches or pull requests

1 participant