From c54394e6e042d1e0a369a53de6329b92e7094f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 9 Dec 2024 16:34:26 +0100 Subject: [PATCH] fixup --- windows-installer/src/windows.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows-installer/src/windows.rs b/windows-installer/src/windows.rs index ef5faf3b33ad..1b74b074b3c9 100644 --- a/windows-installer/src/windows.rs +++ b/windows-installer/src/windows.rs @@ -5,8 +5,6 @@ //! Building this requires two inputs into build.rs: //! * `WIN_X64_INSTALLER` - a path to the x64 Windows installer //! * `WIN_ARM64_INSTALLER` - a path to the ARM64 Windows installer -#![warn(clippy::undocumented_unsafe_blocks)] - use anyhow::{bail, Context}; use std::{ ffi::{c_ushort, OsStr},