Function clippy_utils::ty::is_interior_mut_ty
source · pub fn is_interior_mut_ty<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>) -> bool
Expand description
Check if given type has inner mutability such as std::cell::Cell
or std::cell::RefCell
etc.