clippy fixes

[?]
Jul 15, 2025, 3:50 PM
BNHJU2DU4HHADLKTDQMRG5PC5VHCJ2G7UFQRRVUBTALXVBUAQSKQC

Dependencies

Change contents

  • replacement in inflorescence/src/main.rs at line 185
    [4.202][2.2834:2867](),[2.2834][2.2834:2867](),[2.2867][3.3461:3531]()
    let diff_state =
    state.files_diffs.entry(id.clone()).or_default();
    [4.202]
    [4.203]
    let diff_state = state.files_diffs.entry(id).or_default();
  • replacement in inflorescence/src/main.rs at line 201
    [2.3505][2.3505:3548]()
    let id_clone = id.clone();
    [2.3505]
    [5.9265]
    let id_clone = id;
  • replacement in inflorescence/src/main.rs at line 203
    [5.9323][5.9323:9370]()
    id_hash: id_clone.clone(),
    [5.9323]
    [2.3653]
    id_hash: id_clone,
  • replacement in inflorescence/src/main.rs at line 214
    [5.9586][5.9586:9733]()
    return task.map(move |msg| Msg::LogDiffNav {
    id_hash: id.clone(),
    msg,
    });
    [5.9586]
    [2.4531]
    return task
    .map(move |msg| Msg::LogDiffNav { id_hash: id, msg });
  • replacement in inflorescence/src/cursor.rs at line 591
    [7.4506][7.4506:4583]()
    let id_hash = file::id_parts_hash(&path, file::Kind::Untracked);
    [7.4506]
    [7.4583]
    let id_hash = file::id_parts_hash(path, file::Kind::Untracked);
  • replacement in inflorescence/src/cursor.rs at line 606
    [7.4992][7.4992:5067]()
    let id_hash = file::id_parts_hash(&path, file::Kind::Changed);
    [7.4992]
    [7.5067]
    let id_hash = file::id_parts_hash(path, file::Kind::Changed);
  • replacement in inflorescence/src/cursor.rs at line 627
    [7.5643][7.5643:5708]()
    let id_hash = file::log_id_parts_hash(*hash, &path);
    [7.5643]
    [7.5708]
    let id_hash = file::log_id_parts_hash(*hash, path);
  • replacement in inflorescence/src/cursor.rs at line 657
    [7.6520][7.6520:6597]()
    let id_hash = file::id_parts_hash(&path, file::Kind::Untracked);
    [7.6520]
    [7.6597]
    let id_hash = file::id_parts_hash(path, file::Kind::Untracked);
  • replacement in inflorescence/src/cursor.rs at line 672
    [7.7004][7.7004:7079]()
    let id_hash = file::id_parts_hash(&path, file::Kind::Changed);
    [7.7004]
    [7.7079]
    let id_hash = file::id_parts_hash(path, file::Kind::Changed);
  • replacement in inflorescence/src/cursor.rs at line 693
    [7.7653][7.7653:7718]()
    let id_hash = file::log_id_parts_hash(*hash, &path);
    [7.7653]
    [7.7718]
    let id_hash = file::log_id_parts_hash(*hash, path);
  • replacement in inflorescence/src/cursor.rs at line 947
    [6.7686][6.7686:7761]()
    file::id_parts_hash(&path, file::Kind::Untracked);
    [6.7686]
    [6.7761]
    file::id_parts_hash(path, file::Kind::Untracked);
  • replacement in inflorescence/src/cursor.rs at line 961
    [6.8224][6.8224:8297]()
    file::id_parts_hash(&path, file::Kind::Changed);
    [6.8224]
    [6.8297]
    file::id_parts_hash(path, file::Kind::Changed);