mirror of
https://github.com/actix/actix-web.git
synced 2025-04-24 10:44:08 +00:00
Add missing time::offset
macro import
This commit is contained in:
parent
8945236b57
commit
8d692c0d08
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ where
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::{Cookie, SameSite};
|
||||
use time::Duration;
|
||||
use time::{offset, Duration};
|
||||
|
||||
macro_rules! assert_eq_parse {
|
||||
($string:expr, $expected:expr) => {
|
||||
|
|
Loading…
Reference in a new issue