Home
last modified time | relevance | path

Searched defs:AlmostStandardFormulation (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dalmost_standard_lint_formulation.rs25 pub struct AlmostStandardFormulation { struct
35 impl AlmostStandardFormulation { implementation
45 impl<'tcx> LateLintPass<'tcx> for AlmostStandardFormulation { implementation