1 2 3 4 5 6
//! Lint rules for the documentation graph. //! //! Each rule inspects the graph and appends findings to a `Report`. pub mod orphan_pages; pub mod cross_refs;