mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-10-15 03:00:43 +08:00
0.1.3-rc.5.2.3
This commit is contained in:
@@ -50,7 +50,7 @@ fn update_sqlite_tokens(
|
||||
})?;
|
||||
for row in rows {
|
||||
let (key, value) = row?;
|
||||
println!("{}: {}", key, value);
|
||||
println!("{key}: {value}");
|
||||
}
|
||||
|
||||
// 自动创建项并更新值
|
||||
|
Reference in New Issue
Block a user