)]}'
{
  "commit": "4a8b7ea7012e427c0e9c6d25130dc0e9a6fd2481",
  "tree": "44e22777082c855ec3875e8b13710bf73cb07a91",
  "parents": [
    "8428b166b286d29cbb25ed0a3772738446a2d045",
    "ad21dff50ab20a4a8c306eddffc779dfa9b0ee47"
  ],
  "author": {
    "name": "Jason Newcomb",
    "email": "jsnewcomb@pm.me",
    "time": "Thu Sep 18 12:25:19 2025 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Sep 18 12:25:19 2025 +0000"
  },
  "message": "Do not replace `.unwrap_or(vec![])` by `.unwrap_or_default()` (#15699)\n\n`.unwrap_or(vec![])` is as readable as `.unwrap_or_default()`.\n\nAlso, this ensures by adding tests that expressions such as\n`.unwrap_or(DEFAULT_LITERAL)` (`0`, `\"\"`, etc.) are not replaced by\n`.unwrap_or_default()` either.\n\nRelated to the discussion in the [Zulip\ndiscussion](https://rust-lang.zulipchat.com/#narrow/channel/257328-clippy/topic/FCP.20concealed_obvious_default)\nabout PR rust-lang/rust-clippy#15037.\n\nchangelog: [`unwrap_or_default`]: do not replace `.unwrap_or(vec![])` by\n`.unwrap_or_default()`\n",
  "tree_diff": []
}
