Skip to content

Commit 7b361da

Browse files
committed
For warning on build
1 parent 7d9bd2b commit 7b361da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async fn main() -> EResult<()> {
138138
.merge(("ident", "Epsilon"))
139139
.merge(("address", "0.0.0.0"));
140140

141-
rocket::custom(figment)
141+
let _ = rocket::custom(figment)
142142
.manage(Arc::clone(&context))
143143
.mount("/", rocket::routes![epsilon::api::routes::ping])
144144
.mount("/api", rocket::routes![epsilon::api::routes::events])

0 commit comments

Comments
 (0)