pub fn contains_unsafe_block<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>,
) -> boolExpand description
Checks if the given expression contains an unsafe block
pub fn contains_unsafe_block<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>,
) -> boolChecks if the given expression contains an unsafe block