You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
Right now, they build, but there is this warning:
The text was updated successfully, but these errors were encountered: