Skip to content

Commit c6fb9c7

Browse files
Update library/core/src/cell.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 4e26f96 commit c6fb9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/cell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ impl<'b> BorrowRef<'b> {
14531453
}
14541454
}
14551455

1456-
/// `Clone` is not a `const_trait`, so work around that by making our own method
1456+
/// FIXME(const-hack): `Clone` is not a `const_trait`, so work around that by making our own method
14571457
#[inline]
14581458
#[rustc_const_unstable(feature = "const_ref_cell", issue = "137844")]
14591459
const fn clone(&self) -> Self {

0 commit comments

Comments
 (0)