Skip to content

Commit c37b309

Browse files
committed
Remove unused pub(crate)
1 parent f2f3a44 commit c37b309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ where
14521452
/// Make the array unshared.
14531453
///
14541454
/// This method is mostly only useful with unsafe code.
1455-
pub(crate) fn ensure_unique(&mut self)
1455+
fn ensure_unique(&mut self)
14561456
where
14571457
S: DataMut,
14581458
{

0 commit comments

Comments
 (0)