Skip to content

Commit 60f2ba2

Browse files
committed
Update tracking issue number
1 parent d720a19 commit 60f2ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2688,7 +2688,7 @@ impl<T> [T] {
26882688
/// assert!(v[..i].iter().all(|&x| x < 5));
26892689
/// assert!(v[i..].iter().all(|&x| !(x < 5)));
26902690
/// ```
2691-
#[unstable(feature = "partition_point", reason = "new API", issue = "99999")]
2691+
#[unstable(feature = "partition_point", reason = "new API", issue = "73831")]
26922692
pub fn partition_point<P>(&self, mut pred: P) -> usize
26932693
where
26942694
P: FnMut(&T) -> bool,

0 commit comments

Comments
 (0)