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