Clear warning

This commit is contained in:
Greg Johnston 2022-11-21 09:40:48 -05:00
parent 5e532b60b0
commit 55896d97b8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ where
if resp.status() == 303 {
if let Some(redirect_url) = resp.headers().get("Location") {
navigate(&redirect_url, Default::default());
_ = navigate(&redirect_url, Default::default());
}
}
}