Howdy! I ran into this: ```clj (map (fn [x] [x x]) [1 2 3 4]) ``` will result in this advice: ``` Consider using: x instead of: (fn [x] [x x]) ``` I'm not sure which rule it is trying to apply here.