build: fix windows build warnings

This commit is contained in:
zhom
2025-06-09 18:56:38 +04:00
parent 5c26ab5c33
commit 615d7b8c8a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -70,7 +70,6 @@ mod windows {
use winreg::RegKey;
const APP_NAME: &str = "DonutBrowser";
const APP_EXECUTABLE: &str = "DonutBrowser.exe";
const PROG_ID: &str = "DonutBrowser.HTML";
pub fn is_default_browser() -> Result<bool, String> {
+1 -1
View File
@@ -1027,7 +1027,7 @@ impl Extractor {
Box<
dyn std::future::Future<Output = Result<PathBuf, Box<dyn std::error::Error + Send + Sync>>>
+ Send
+ '_,
+ 'a,
>,
> {
Box::pin(async move {