Skip to content

Commit 9b42adf

Browse files
committed
Update safety comments
1 parent 366250e commit 9b42adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/gimli/libs_windows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ unsafe fn get_posix_path(long_path: &[u16]) -> Option<OsString> {
6565

6666
// If `size` is 0, returns needed buffer size, including null terminator;
6767
// or -1 if error.
68-
// Safety: **Confirmed from source:** If `size` is 0, `to` is not used.
68+
// Safety: if `size` is 0, `to` is not used.
6969
let name_len = unsafe {
7070
cygwin_conv_path(
7171
CCP_WIN_W_TO_POSIX,

0 commit comments

Comments
 (0)