Skip to content

Commit 32757cd

Browse files
committed
make unsafe fn private to sys
1 parent 972af66 commit 32757cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ unsafe fn tsk_column_access_detail<
128128
}
129129
}
130130

131-
pub unsafe fn tsk_column_access<
131+
unsafe fn tsk_column_access<
132132
O: From<T>,
133133
R: Into<bindings::tsk_id_t>,
134134
L: Into<bindings::tsk_size_t>,

0 commit comments

Comments
 (0)