Fix the link of RFC 1414

This commit is contained in:
Slanterns 2021-02-11 23:38:58 +08:00 committed by GitHub
parent 359212713d
commit 8c21f77ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ a non-`Copy` array initializer can be annoying. To improve the situation,
[RFC 2203] extended the concept of promotion to array initializers.
As a result, the previous example can be written more concisely.
[RFC 1414]: https://github.com/rust-lang/rfcs/pull/2203
[RFC 1414]: https://github.com/rust-lang/rfcs/pull/1414
```rust
fn foo(x: &i32) -> &i32 {