Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hkBst authored and gitbot committed Feb 20, 2025
1 parent a7685f1 commit c85dcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alloc/src/vec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ impl<T, A: Allocator> Vec<T, A> {

/// Removes the subslice indicated by the given range from the vector,
/// returning a double-ended iterator over the removed subslice.
///
///
/// If the iterator is dropped before being fully consumed,
/// it drops the remaining removed elements.
///
Expand Down

0 comments on commit c85dcdf

Please sign in to comment.