pub fn switch_to_lazy_eval<'tcx>(
cx: &LateContext<'tcx>,
expr: &'tcx Expr<'_>,
) -> bool
Expand description
Whether the given expression should be changed to evaluate lazily
pub fn switch_to_lazy_eval<'tcx>(
cx: &LateContext<'tcx>,
expr: &'tcx Expr<'_>,
) -> bool
Whether the given expression should be changed to evaluate lazily