Fix clippy warnings for CI

This commit is contained in:
Rasyidan Akbar F. 2026-03-17 22:02:58 +07:00
commit 83d362afcd
5 changed files with 15 additions and 25 deletions

View file

@ -182,7 +182,7 @@ fn detect_root_node(conn: &Connection, root: &str) -> Result<String, IdxError> {
return Ok(format!("ticker:{code}"));
}
let q = format!("%{}%", root);
let q = format!("%{root}%");
let maybe_entity_id = conn
.query_row(
"SELECT id