)]}'
{
  "commit": "afdf6fc67247dd7fa4fcde1381e6ecc6bcc7a30e",
  "tree": "4666715ecedd10288678b82f3a69d1cfe1c1a465",
  "parents": [
    "577729ef3191f4ed0c2d5acb44ca69535a11e005"
  ],
  "author": {
    "name": "David Tolnay",
    "email": "dtolnay@gmail.com",
    "time": "Sat Aug 08 06:49:58 2026"
  },
  "committer": {
    "name": "David Tolnay",
    "email": "dtolnay@gmail.com",
    "time": "Sat Aug 08 06:50:03 2026"
  },
  "message": "Ignore clone_on_copy clippy lint in test\n\n    warning: using `clone` on type `Result\u003c\u0026str, ()\u003e` which implements the `Copy` trait\n        --\u003e tests/test.rs:2132:10\n         |\n    2132 |         (\u003cResult\u003c\u0026str, ()\u003e as Clone\u003e::clone(\u0026Ok(\"\")).unwrap()): \"ok\",\n         |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `Ok(\"\")`\n         |\n         \u003d help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy\n         \u003d note: `-W clippy::clone-on-copy` implied by `-W clippy::all`\n         \u003d help: to override `-W clippy::all` add `#[allow(clippy::clone_on_copy)]`\n\n    warning: using `clone` on type `Result\u003c(), \u0026str\u003e` which implements the `Copy` trait\n        --\u003e tests/test.rs:2133:10\n         |\n    2133 |         (\u003cResult\u003c(), \u0026str\u003e as Clone\u003e::clone(\u0026Err(\"\")).unwrap_err()): \"err\"\n         |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `Err(\"\")`\n         |\n         \u003d help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bb6a0d34f4c3fe84fd006db6e4aad9e73828931f",
      "old_mode": 33188,
      "old_path": "tests/test.rs",
      "new_id": "6179238d1beb3a4041e746c4cfa61c31757c67b6",
      "new_mode": 33188,
      "new_path": "tests/test.rs"
    }
  ]
}
