Skip to content

Commit 8e24a97

Browse files
authored
Update RELEASES.md
1 parent cecb8a6 commit 8e24a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version 1.51.0 (2021-03-25)
44
Language
55
--------
66
- [You can now parameterize items such as functions, traits, and `struct`s by constant
7-
values in addition to by types.][78135] E.g. you can now write the following. Note:
7+
values in addition to by types.][79135] E.g. you can now write the following. Note:
88
Only values of primitive integers, `bool`, or `char` types are currently permitted.
99
```rust
1010
struct GenericArray<T, const LENGTH: usize> {
@@ -104,7 +104,7 @@ Internal Only
104104

105105
- [Consistently avoid constructing optimized MIR when not doing codegen][80718]
106106

107-
[78135]: https://github.com/rust-lang/rust/pull/78135
107+
[79135]: https://github.com/rust-lang/rust/pull/79135
108108
[74489]: https://github.com/rust-lang/rust/pull/74489
109109
[76934]: https://github.com/rust-lang/rust/pull/76934
110110
[79570]: https://github.com/rust-lang/rust/pull/79570

0 commit comments

Comments
 (0)