Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add none filter #736

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add none filter #736

wants to merge 4 commits into from

Conversation

aaron-hardin
Copy link

Resolves issue #724

Still learning Rust, so any feedback would be much appreciated.

@jxs jxs requested a review from seanmonstar June 29, 2021 22:29
@jxs jxs added the waiting-on-reviewer Awaiting review from the assignee but also interested parties. label Jun 29, 2021
@nathanfranke
Copy link

#906

diff --git a/src/filters/none.rs b/src/filters/none.rs
index 4616cd8..ba1208e 100644
--- a/src/filters/none.rs
+++ b/src/filters/none.rs
@@ -1,5 +1,5 @@
 //! A filter that matches no route.
-use futures::future;
+use futures_util::future;
 
 use crate::filter::{filter_fn, Filter};
 use crate::reject::{self, Rejection};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-on-reviewer Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants