Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dcognitive_complexity.rs38 pub struct CognitiveComplexity { struct
42 impl CognitiveComplexity { impl
53 impl CognitiveComplexity { impl
136 impl<'tcx> LateLintPass<'tcx> for CognitiveComplexity { implementation