Skip to main content

lint_manifest_inner

Function lint_manifest_inner 

Source
fn lint_manifest_inner(
    manifest: &ManifestFor<'_>,
    manifest_path: &Path,
    level: &LintLevelProduct,
    cargo_lints: &TomlToolLints,
    stats: &mut DiagnosticStats,
    gctx: &GlobalContext,
) -> CargoResult<()>