Skip to content

Commit 715a825

Browse files
authored
Merge pull request #3077 from slanterns/master
Fix the link of RFC 1414 in RFC 2920
2 parents 3592127 + 8c21f77 commit 715a825

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)