cargo-mend 0.15.1

Opinionated visibility auditing for Rust crates and workspaces
1
2
3
4
// rustc lint suggestion protocol
pub(crate) const RUSTC_FIELD_VIS_REMOVE_SUGGESTION: &str =
    "remove the field's visibility annotation";
pub(crate) const RUSTC_LINT_SUGGESTION_PREFIX: &str = "consider using: `";