mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Switch to 2021 edition (#172)
This commit is contained in:
parent
0c61a78d60
commit
29e04cf478
53 changed files with 54 additions and 81 deletions
|
@ -1,8 +1,5 @@
|
|||
use std::task::{Context, Poll};
|
||||
use std::{
|
||||
cell::Cell, convert::Infallible, convert::TryInto, marker, time::Duration,
|
||||
time::Instant,
|
||||
};
|
||||
use std::{cell::Cell, convert::Infallible, marker, time::Duration, time::Instant};
|
||||
|
||||
use ntex_service::{Service, ServiceFactory};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use std::{convert::TryInto, ops};
|
||||
use std::ops;
|
||||
|
||||
/// A Duration type to represent a span of time.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue