Skip to content

Commit f8c9cda

Browse files
authored
Update Rust-1.89.0.md
typo: "not" -> "now"
1 parent e211b77 commit f8c9cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/Rust-1.89.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn all_false<const LEN: usize>() -> [bool; LEN] {
3232
}
3333
```
3434

35-
Similar to the rules for when `_` is permitted as a type, `_` is not permitted as an argument to const generics when in a signature:
35+
Similar to the rules for when `_` is permitted as a type, `_` is now permitted as an argument to const generics when in a signature:
3636

3737
```rust
3838
// This is not allowed
@@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
215215

216216
Many people came together to create Rust 1.89.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.89.0/)
217217

218-
[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html
218+
[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html

0 commit comments

Comments
 (0)