Skip to content

Commit fc4da29

Browse files
committed
Update FIXME number
1 parent 71813b3 commit fc4da29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/private.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ impl<T: Send> Exclusive<T> {
544544
}
545545
}
546546

547-
// FIXME(#2585) make this a by-move method on the exclusive
547+
// FIXME(#3724) make this a by-move method on the exclusive
548548
pub fn unwrap_exclusive<T: Send>(arc: Exclusive<T>) -> T {
549549
let Exclusive { x: x } <- arc;
550550
let inner = unsafe { unwrap_shared_mutable_state(move x) };

0 commit comments

Comments
 (0)