Skip to content

Commit bfc8a63

Browse files
committed
rename module to better reflect its purpose
1 parent bffb435 commit bfc8a63

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

alloc/src/vec/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ use self::is_zero::IsZero;
108108
mod is_zero;
109109

110110
#[cfg(not(no_global_oom_handling))]
111-
mod source_iter_marker;
111+
mod in_place_collect;
112112

113113
mod partial_eq;
114114

0 commit comments

Comments
 (0)