Function clippy_utils::macros::find_assert_within_debug_assert
source · fn find_assert_within_debug_assert<'a>(
cx: &LateContext<'_>,
expr: &'a Expr<'a>,
expn: ExpnId,
assert_name: Symbol
) -> Option<(&'a Expr<'a>, ExpnId)>