)]}'
{
  "commit": "901fe3f804a7adb4390b533a783ee00a89f25ad4",
  "tree": "e8565add4340e8a660503b52c55d909c026a3934",
  "parents": [
    "31010ca61c3ff019e1480dda0a7ef16bd2bd51c0"
  ],
  "author": {
    "name": "Heath Dutton🕴️",
    "email": "heathdutton@gmail.com",
    "time": "Tue Dec 16 18:31:01 2025 -0500"
  },
  "committer": {
    "name": "Heath Dutton🕴️",
    "email": "heathdutton@gmail.com",
    "time": "Wed Dec 17 15:42:47 2025 -0500"
  },
  "message": "Fix `LinkedList::CursorMut::pop_front` to correctly update index\n\nWhen `pop_front` was called while the cursor pointed to the front\nelement, `move_next` incremented the index but it was never decremented\nafterwards, causing the index to incorrectly report 1 instead of 0.\n\nAlways decrement the index after popping from front using\n`saturating_sub` to handle edge cases safely.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e738c29c237fa21616b6b5667ff6b73ebf82ff12",
      "old_mode": 33188,
      "old_path": "library/alloc/src/collections/linked_list.rs",
      "new_id": "78e615ebb859a583580e0f7e0162781d02f85689",
      "new_mode": 33188,
      "new_path": "library/alloc/src/collections/linked_list.rs"
    },
    {
      "type": "modify",
      "old_id": "3d6c740e80b3b06fe79436c8f6fda2e2ef953e8e",
      "old_mode": 33188,
      "old_path": "library/alloc/src/collections/linked_list/tests.rs",
      "new_id": "a51af6345e2052bdd744bc2510b7f1d58028d8e1",
      "new_mode": 33188,
      "new_path": "library/alloc/src/collections/linked_list/tests.rs"
    }
  ]
}
