Function clippy::utils::is_expn_of
[−]
[src]
pub fn is_expn_of(cx: &LateContext, span: Span, name: &str) -> Option<Span>
Return the pre-expansion span if is this comes from an expansion of the macro name
.