Skip to content

Commit 80a09d3

Browse files
committed
once_cell: adjust links to tracking issue
1 parent 93231eb commit 80a09d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-standard-lazy-types.md renamed to text/2788-standard-lazy-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `once_cell`
22
- Start Date: 2019-10-17
3-
- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000)
4-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
3+
- RFC PR: [rust-lang/rfcs#2788](https://github.com/rust-lang/rfcs/pull/2788)
4+
- Rust Issue: [rust-lang/rust#74465](https://github.com/rust-lang/rust/issues/74465)
55

66
# Summary
77
[summary]: #summary
@@ -148,7 +148,7 @@ pub struct LazyCell<T, F = fn() -> T> { ... }
148148
impl<T, F: FnOnce() -> T> LazyCell<T, F> {
149149
/// Creates a new lazy value with the given initializing function.
150150
pub const fn new(init: F) -> LazyCell<T, F>;
151-
151+
152152
/// Forces the evaluation of this lazy value and returns a reference to
153153
/// the result.
154154
///

0 commit comments

Comments
 (0)