Skip to content

Commit 482cc17

Browse files
committed
lock: toml
1 parent ceb254c commit 482cc17

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Rust/hyperlane/src

1 file changed

+1
-1
lines changed

frameworks/Rust/hyperlane/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub async fn init_db() {
159159
create_table().await;
160160
insert_records().await;
161161
}
162-
init_cache().await;
162+
std::hint::black_box(init_cache().await);
163163
}
164164

165165
pub async fn random_world_row(db_pool: &DbPoolConnection) -> QueryRow {

0 commit comments

Comments
 (0)