idx-cli/src/ownership
hermes 09f7fe420c fix: satisfy clippy 1.97 lints failing on CI
- sanitize_current_ratio: and_then if/else -> filter
- screener/graph sorts: sort_by with reversed cmp -> sort_by_key(Reverse)
- insert_ksei_holdings_rows: manual Result match -> ?

Fixes the Clippy step on ubuntu-latest (rust 1.97) that the nix
toolchain (1.93.1) did not flag.
2026-07-31 12:14:58 +00:00
..
archive.rs Add KSEI archive fallback import 2026-03-31 19:29:00 +07:00
db.rs fix: satisfy clippy 1.97 lints failing on CI 2026-07-31 12:14:58 +00:00
entities.rs fix: handle missing scrip column in April 2026 KSEI PDF 2026-04-06 19:15:19 +07:00
graph.rs fix: satisfy clippy 1.97 lints failing on CI 2026-07-31 12:14:58 +00:00
mod.rs Add KSEI archive fallback import 2026-03-31 19:29:00 +07:00
parser.rs fix: handle spaced KSEI PDF headers (SHARE CODE vs SHARE_CODE) 2026-07-29 04:21:54 +00:00
remote.rs Complete batch 2 ownership import hardening 2026-03-30 16:40:32 +07:00
search.rs feat(ownership): complete ownership intelligence module 2026-03-07 21:10:58 +00:00
snapshot.rs fix: resolve clippy manual_flatten warning in snapshot 2026-04-12 14:41:01 +07:00
types.rs feat(ownership): complete ownership intelligence module 2026-03-07 21:10:58 +00:00