Skip to main content

Lint

Type Alias Lint 

Source
pub(crate) type Lint = fn(&Path) -> LintFnResult;
Expand description

Function pointer type for a single lint invocation.