Function rustc_lint::reference_casting::peel_casts

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