From 39d905ff07515acafb60ae63bbd9e5fe64fa53a1 Mon Sep 17 00:00:00 2001 From: Slanterns Date: Thu, 3 Apr 2025 20:09:02 +0800 Subject: [PATCH] typo in Rust-1.86.0.md --- content/Rust-1.86.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Rust-1.86.0.md b/content/Rust-1.86.0.md index c49c45db8..d573d4211 100644 --- a/content/Rust-1.86.0.md +++ b/content/Rust-1.86.0.md @@ -98,7 +98,7 @@ fn requires_avx2() { #[target_feature(enable = "avx2")] fn safe_callsite() { - // Calling `requires_avx2` here is safe as `bar` + // Calling `requires_avx2` here is safe as `safe_callsite` // requires the `avx2` feature itself. requires_avx2(); } @@ -171,4 +171,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re ## Contributors to 1.86.0 -Many people came together to create Rust 1.86.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.86.0/) \ No newline at end of file +Many people came together to create Rust 1.86.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.86.0/)