Skip to content

Commit a8b1a3c

Browse files
committed
feat: update lock
1 parent 9cecc9c commit a8b1a3c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

frameworks/Rust/hyperlane/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![allow(dead_code)]
22
#![allow(unused_imports)]
3-
43
pub(crate) mod r#const;
54
pub(crate) mod db;
65
pub(crate) mod lazy;
@@ -15,6 +14,8 @@ pub(crate) use db::*;
1514
pub(crate) use r#type::*;
1615
pub(crate) use utils::*;
1716

17+
pub(crate) use std::{fmt, hint::black_box, sync::Arc};
18+
1819
pub(crate) use hyperlane::{
1920
tokio::{
2021
runtime::{Builder, Runtime},
@@ -38,7 +39,6 @@ pub(crate) use sqlx::{
3839
postgres::{PgPoolOptions, PgRow},
3940
*,
4041
};
41-
pub(crate) use std::{fmt, hint::black_box, sync::Arc};
4242

4343
fn main() {
4444
run_server();

0 commit comments

Comments
 (0)