Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dmod.rs3987 struct BinaryExprInfo<'a> { struct
3995 fn lint_binary_expr_with_method_call(cx: &LateContext<'_>, info: &mut BinaryExprInfo<'_>) { in lint_binary_expr_with_method_call() argument