From bd5966960b228a59aaced325785d7601dc6c89f5 Mon Sep 17 00:00:00 2001 From: spuds <71292624+bananaturtlesandwich@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:07:50 +0100 Subject: [PATCH] unreal_cpp_bootstrapper: fix clippy warnings --- unreal_cpp_bootstrapper/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unreal_cpp_bootstrapper/build.rs b/unreal_cpp_bootstrapper/build.rs index e8e82502..a8a06120 100644 --- a/unreal_cpp_bootstrapper/build.rs +++ b/unreal_cpp_bootstrapper/build.rs @@ -86,6 +86,7 @@ fn download(mod_loader_dir: &PathBuf) -> Result<(PathBuf, PathBuf), Box Result<(PathBuf, PathBuf), Box