1
0
Fork 0
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:
kevinpoitra 2020-01-24 00:41:15 -06:00
parent 8945236b57
commit 8d692c0d08

View file

@ -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) => {