Skip to content

Commit 7222c44

Browse files
committed
feat: update
1 parent 61ed933 commit 7222c44

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

frameworks/Rust/hyperlane/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#[allow(warnings)]
2-
#[allow(dead_code)]
1+
#![allow(dead_code)]
2+
#![allow(unused_imports)]
3+
34
pub(crate) mod r#const;
45
pub(crate) mod db;
56
pub(crate) mod lazy;
@@ -22,7 +23,6 @@ pub(crate) use hyperlane::{
2223
pub(crate) use lazy::*;
2324
pub(crate) use rand::{Rng, SeedableRng, rng, rngs::SmallRng};
2425
pub(crate) use request_middleware::*;
25-
#[allow(unused_imports)]
2626
pub(crate) use route::*;
2727
pub(crate) use server::*;
2828
pub(crate) use sqlx::{

0 commit comments

Comments
 (0)