rustc_lint::reference_casting

Function peel_casts

source
fn peel_casts<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>,
) -> (&'tcx Expr<'tcx>, bool)