Skip to content

Commit fd2330c

Browse files
committed
Add a TODO for retain_unordered_mut
It can be removed once cc MSRV is bumped to 1.61 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 2adc336 commit fd2330c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4129,6 +4129,8 @@ impl Drop for PrintThread {
41294129
}
41304130

41314131
/// Remove all element in `vec` which `f(element)` returns `false`.
4132+
///
4133+
/// TODO: Remove this once the MSRV is bumped to v1.61
41324134
#[cfg(feature = "parallel")]
41334135
fn retain_unordered_mut<T, F>(vec: &mut Vec<T>, mut f: F)
41344136
where

0 commit comments

Comments
 (0)