molybdenumsoftware / pr-tracker

A system for finding out which branches a GitHub pull request landed in
4 stars 0 forks source link

have check for building rust docs #99

Open jfly opened 8 months ago

jfly commented 8 months ago

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