Make clippy happy

This commit is contained in:
Jonathan Kelley 2024-01-05 23:16:30 -08:00
parent a95f4dfe0d
commit 2e0cded871
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ use dioxus_desktop::wry::http;
use dioxus_desktop::wry::http::Response;
use dioxus_desktop::{use_asset_handler, AssetRequest};
use http::{header::*, response::Builder as ResponseBuilder, status::StatusCode};
use std::borrow::Cow;
use std::{io::SeekFrom, path::PathBuf};
use tokio::io::AsyncReadExt;
use tokio::io::AsyncSeekExt;

View file

@ -72,7 +72,7 @@ impl WebviewInstance {
// Otherwise, try to serve an asset, either from the user or the filesystem
match index_bytes {
Some(body) => return responder.respond(body),
Some(body) => responder.respond(body),
None => {
// we need to do this in the context of the dioxus runtime since the user gave us these closures
protocol::desktop_handler(