mirror of https://github.com/fafhrd91/actix-web
Add missing `time::offset` macro import
This commit is contained in:
parent
8945236b57
commit
8d692c0d08
|
@ -216,7 +216,7 @@ where
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::{Cookie, SameSite};
|
use super::{Cookie, SameSite};
|
||||||
use time::Duration;
|
use time::{offset, Duration};
|
||||||
|
|
||||||
macro_rules! assert_eq_parse {
|
macro_rules! assert_eq_parse {
|
||||||
($string:expr, $expected:expr) => {
|
($string:expr, $expected:expr) => {
|
||||||
|
|
Loading…
Reference in New Issue