mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
remove deprecated code
This commit is contained in:
parent
cc55a4bbd3
commit
b459a76df3
3 changed files with 2 additions and 9 deletions
|
@ -344,13 +344,6 @@ impl<F: Filter> Io<F> {
|
|||
panic!()
|
||||
}
|
||||
|
||||
#[deprecated]
|
||||
#[inline]
|
||||
/// Convert current io stream into sealed version
|
||||
pub fn into_boxed(self) -> crate::IoBoxed {
|
||||
self.seal()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
/// Convert current io stream into sealed version
|
||||
pub fn seal(mut self) -> crate::IoBoxed {
|
||||
|
|
|
@ -16,7 +16,7 @@ pub fn seal<F, S, C>(
|
|||
InitError = S::InitError,
|
||||
>
|
||||
where
|
||||
F: Filter + 'static,
|
||||
F: Filter,
|
||||
S: ServiceFactory<IoBoxed, C>,
|
||||
{
|
||||
fn_factory_with_config(move |cfg: C| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue