We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b33d7 commit 4eda112Copy full SHA for 4eda112
tests/sys_common/symlink_junction.rs
@@ -75,9 +75,7 @@ pub struct REPARSE_MOUNTPOINT_DATA_BUFFER {
75
76
#[cfg(windows)]
77
#[allow(dead_code)]
78
-pub fn cvt(
79
- i: windows_sys::Win32::Foundation::BOOL,
80
-) -> io::Result<windows_sys::Win32::Foundation::BOOL> {
+pub fn cvt(i: windows_sys::core::BOOL) -> io::Result<windows_sys::core::BOOL> {
81
if i == 0 {
82
Err(io::Error::last_os_error())
83
} else {
0 commit comments