Skip to content

Commit 8c21f77

Browse files
authored
Fix the link of RFC 1414
1 parent 3592127 commit 8c21f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2920-inline-const.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ a non-`Copy` array initializer can be annoying. To improve the situation,
6666
[RFC 2203] extended the concept of promotion to array initializers.
6767
As a result, the previous example can be written more concisely.
6868

69-
[RFC 1414]: https://github.com/rust-lang/rfcs/pull/2203
69+
[RFC 1414]: https://github.com/rust-lang/rfcs/pull/1414
7070

7171
```rust
7272
fn foo(x: &i32) -> &i32 {

0 commit comments

Comments
 (0)