pingora
pingora copied to clipboard
Fix broken `rustdoc` links
There are some occurrences of broken rustdoc links. They are reported as a warning when running cargo doc, there is already a CI job run that executes doc generation, yet the pipeline still finishes successfully. Maybe it would be better to treat warnings as errors?
there is already a CI job run that executes doc generation, yet the pipeline still finishes successfully. Maybe it would be better to treat warnings as errors?
Great suggestion! We'll add this to our CI.