Skip to content

Commit

Permalink
clean up after warp update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 28, 2021
1 parent 143805d commit 748bdac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vitup/src/manager/rest.rs
Expand Up @@ -10,12 +10,6 @@ use warp::{Filter, Rejection, Reply};

impl Reject for file_lister::Error {}

impl From<file_lister::Error> for Rejection {
fn from(other: file_lister::Error) -> Self {
warp::reject::custom(other)
}
}

#[derive(Clone)]
pub struct ServerStopper(mpsc::Sender<()>);

Expand Down

0 comments on commit 748bdac

Please sign in to comment.