Skip to content

Commit

Permalink
解全部的编译警告。
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartZhang committed Aug 24, 2023
1 parent c8f5dfb commit 797b2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
mod git_edition;
mod enum_windows;
#[cfg(any(feature = "nodejs", feature = "nw"))]
use ::node_bindgen::{core::{JSValue, NjError, val::{JsCallback, JsCallbackFunction, JsEnv, JsObject}}, derive::node_bindgen, init::node_bindgen_init_once, sys::{napi_callback_info, napi_value}};
use ::std::{cell::RefCell, ffi::{c_char, c_uint, CString, OsString}, iter, mem, os::windows::ffi::OsStrExt};
use ::node_bindgen::{core::val::JsCallbackFunction, derive::node_bindgen, init::node_bindgen_init_once};
use ::std::{ffi::{c_char, c_uint, CString, OsString}, iter, mem, os::windows::ffi::OsStrExt};
use ::winapi::{_core::ptr::null_mut, um::winuser::{FindWindowW, FlashWindowEx, FLASHWINFO, FLASHW_CAPTION, FLASHW_TIMER, FLASHW_TIMERNOFG, FLASHW_STOP, FLASHW_TRAY}, shared::windef::HWND};
pub use git_edition::GitEdition;
// ----------------------------------------------------------------------
Expand Down

0 comments on commit 797b2d9

Please sign in to comment.