mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
use builder.into()
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com> Co-authored-by: Jan Verbeek <jan.verbeek@posteo.nl>
This commit is contained in:
parent
355dd04295
commit
bb82a77c0e
@ -305,7 +305,7 @@ impl Session {
|
||||
}
|
||||
|
||||
Ok(cookie_store::Cookie::try_from_raw_cookie(
|
||||
&cookie_builder.finish(),
|
||||
&cookie_builder.into(),
|
||||
&cookie_url,
|
||||
)?)
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user