Make all rustdoc functions and structs crate-private
This gives warnings about dead code.
This commit is contained in:
@@ -14,7 +14,7 @@ use serde::Serialize;
|
||||
use std::collections::BTreeMap;
|
||||
use std::ops;
|
||||
|
||||
pub const CALCULATE_DOC_COVERAGE: Pass = Pass {
|
||||
crate const CALCULATE_DOC_COVERAGE: Pass = Pass {
|
||||
name: "calculate-doc-coverage",
|
||||
run: calculate_doc_coverage,
|
||||
description: "counts the number of items with and without documentation",
|
||||
|
||||
Reference in New Issue
Block a user