)]}'
{
  "commit": "1fcdc6ed76e2aef23ba3086eca90f4f84dc6ffdd",
  "tree": "e9b153013765fc5e8871ba254237d383f04472f3",
  "parents": [
    "c5d30e2331acb2cec913a086ab242591f4f367a5"
  ],
  "author": {
    "name": "A4-Tacks",
    "email": "wdsjxhno1001@163.com",
    "time": "Tue May 26 08:33:26 2026 +0800"
  },
  "committer": {
    "name": "A4-Tacks",
    "email": "wdsjxhno1001@163.com",
    "time": "Mon Jun 01 07:17:10 2026 +0800"
  },
  "message": "fix: use add deref in assign instead add `\u0026mut` for value\n\nExample\n---\n```rust\nfn test(arg: \u0026mut i32) {\n    arg \u003d $02;\n}\n```\n\n**Before this PR**\n\n```rust\nfn test(arg: \u0026mut i32) {\n    arg \u003d \u0026mut 2;\n}\n```\n\n**After this PR**\n\n```rust\nfn test(arg: \u0026mut i32) {\n    *arg \u003d 2;\n}\n```\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f3cf823efe681a512a33dce781280200953de363",
      "old_mode": 33188,
      "old_path": "crates/ide-diagnostics/src/handlers/type_mismatch.rs",
      "new_id": "82f63aa66eb8a5fe03df5849d5502966b478739a",
      "new_mode": 33188,
      "new_path": "crates/ide-diagnostics/src/handlers/type_mismatch.rs"
    }
  ]
}
