We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366250e commit 9b42adfCopy full SHA for 9b42adf
src/symbolize/gimli/libs_windows.rs
@@ -65,7 +65,7 @@ unsafe fn get_posix_path(long_path: &[u16]) -> Option<OsString> {
65
66
// If `size` is 0, returns needed buffer size, including null terminator;
67
// or -1 if error.
68
- // Safety: **Confirmed from source:** If `size` is 0, `to` is not used.
+ // Safety: if `size` is 0, `to` is not used.
69
let name_len = unsafe {
70
cygwin_conv_path(
71
CCP_WIN_W_TO_POSIX,
0 commit comments