mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
Fix clippy warnings for CI
This commit is contained in:
parent
65b95aa7b8
commit
83d362afcd
5 changed files with 15 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue