Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Feb 18, 2024
1 parent d1954d6 commit 0e9c51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_utils/src/parallel_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ where
I: IntoIterator<Item = T> + Default + Send + 'static,
{
/// Drains all enqueued items from all threads and returns an iterator over them.
///
///
/// Unlike [`Vec::drain`], this will piecemeal remove chunks of the data stored.
/// If iteration is terminated part way, the rest of the enqueued items in the same
/// chunk will be dropped, and the rest of the undrained elements will remain.
Expand Down

0 comments on commit 0e9c51a

Please sign in to comment.