Function clippy_utils::sugg::has_enclosing_paren
source · pub fn has_enclosing_paren(sugg: impl AsRef<str>) -> boolExpand description
Returns true if sugg is enclosed in parenthesis.
pub fn has_enclosing_paren(sugg: impl AsRef<str>) -> boolReturns true if sugg is enclosed in parenthesis.