From f8c9cdaffdeb048dff2b4cdf7c338cdf1b62d1d1 Mon Sep 17 00:00:00 2001 From: Carl Kadie Date: Thu, 7 Aug 2025 10:06:53 -0700 Subject: [PATCH] Update Rust-1.89.0.md typo: "not" -> "now" --- content/Rust-1.89.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Rust-1.89.0.md b/content/Rust-1.89.0.md index 67599390b..706146766 100644 --- a/content/Rust-1.89.0.md +++ b/content/Rust-1.89.0.md @@ -32,7 +32,7 @@ pub fn all_false() -> [bool; LEN] { } ``` -Similar to the rules for when `_` is permitted as a type, `_` is not permitted as an argument to const generics when in a signature: +Similar to the rules for when `_` is permitted as a type, `_` is now permitted as an argument to const generics when in a signature: ```rust // This is not allowed @@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re 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/) -[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html \ No newline at end of file +[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html