Given a code: ```cairo result.unwrap_or_else(|| Default::default()) ``` the lint should yield: ```cairo result.unwrap_or_default() ```