clippy fixes
[?]
Jul 15, 2025, 3:50 PM
BNHJU2DU4HHADLKTDQMRG5PC5VHCJ2G7UFQRRVUBTALXVBUAQSKQCDependencies
- [2]
SASAN2XCuse nav-scrollable - [3]
YKHE3XMWrefactor diffs handling - [4]
GOLHUD6Rnav-scrollable: set skip-able sections - [5]
KWTBNTO3diffs selection and scrolling - [6]
5MUEECMJsmooth scrolling nav - [7]
3TLPJ57Balt scroll via context and couple fixes - [*]
6YZAVBWUInitial commit - [*]
WT3GA27Padd cursor with selection
Change contents
- replacement in inflorescence/src/main.rs at line 185
let diff_state =state.files_diffs.entry(id.clone()).or_default();let diff_state = state.files_diffs.entry(id).or_default(); - replacement in inflorescence/src/main.rs at line 201
let id_clone = id.clone();let id_clone = id; - replacement in inflorescence/src/main.rs at line 203
id_hash: id_clone.clone(),id_hash: id_clone, - replacement in inflorescence/src/main.rs at line 214
return task.map(move |msg| Msg::LogDiffNav {id_hash: id.clone(),msg,});return task.map(move |msg| Msg::LogDiffNav { id_hash: id, msg }); - replacement in inflorescence/src/cursor.rs at line 591
let id_hash = file::id_parts_hash(&path, file::Kind::Untracked);let id_hash = file::id_parts_hash(path, file::Kind::Untracked); - replacement in inflorescence/src/cursor.rs at line 606
let id_hash = file::id_parts_hash(&path, file::Kind::Changed);let id_hash = file::id_parts_hash(path, file::Kind::Changed); - replacement in inflorescence/src/cursor.rs at line 627
let id_hash = file::log_id_parts_hash(*hash, &path);let id_hash = file::log_id_parts_hash(*hash, path); - replacement in inflorescence/src/cursor.rs at line 657
let id_hash = file::id_parts_hash(&path, file::Kind::Untracked);let id_hash = file::id_parts_hash(path, file::Kind::Untracked); - replacement in inflorescence/src/cursor.rs at line 672
let id_hash = file::id_parts_hash(&path, file::Kind::Changed);let id_hash = file::id_parts_hash(path, file::Kind::Changed); - replacement in inflorescence/src/cursor.rs at line 693
let id_hash = file::log_id_parts_hash(*hash, &path);let id_hash = file::log_id_parts_hash(*hash, path); - replacement in inflorescence/src/cursor.rs at line 947
file::id_parts_hash(&path, file::Kind::Untracked);file::id_parts_hash(path, file::Kind::Untracked); - replacement in inflorescence/src/cursor.rs at line 961
file::id_parts_hash(&path, file::Kind::Changed);file::id_parts_hash(path, file::Kind::Changed);