Skip to content

Commit

Permalink
chore(volo-http): remove service_fn in utils (#473)
Browse files Browse the repository at this point in the history
Since `service_fn` in `volo` can be used in `volo-http`, the copy of
`service_fn` in `volo` can be deleted.

Signed-off-by: Yu Li <[email protected]>
  • Loading branch information
yukiiiteru authored Jul 22, 2024
1 parent 95769a2 commit 5fc60d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
3 changes: 0 additions & 3 deletions volo-http/src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#![allow(unused)]
pub mod consts;
pub mod macros;
mod service_fn;

pub use self::service_fn::{service_fn, Callback};
71 changes: 0 additions & 71 deletions volo-http/src/utils/service_fn.rs

This file was deleted.

0 comments on commit 5fc60d8

Please sign in to comment.