Add missing `time::offset` macro import

This commit is contained in:
kevinpoitra 2020-01-24 00:41:15 -06:00
parent 8945236b57
commit 8d692c0d08
1 changed files with 1 additions and 1 deletions

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