Home
last modified time | relevance | path

Searched refs:is_expn_of_debug_assertions (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Ddoc.rs799 if !is_expn_of_debug_assertions(expr.span); in visit_expr()
832 fn is_expn_of_debug_assertions(span: Span) -> bool { in is_expn_of_debug_assertions() function