Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Guiguiprim committed Aug 20, 2024
1 parent 0d1abf8 commit 97735d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/libs/result/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ mod error_info {
unsafe impl Send for ErrorInfo {}
unsafe impl Sync for ErrorInfo {}

#[cfg(target_vendor = "win7")]
unsafe fn delay_load<T>(library: crate::PCSTR, function: crate::PCSTR) -> Option<T> {
let library = LoadLibraryExA(
library,
Expand Down

0 comments on commit 97735d5

Please sign in to comment.