We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a34df commit cf30bb5Copy full SHA for cf30bb5
content/Rust-1.86.0.md
@@ -98,7 +98,7 @@ fn requires_avx2() {
98
99
#[target_feature(enable = "avx2")]
100
fn safe_callsite() {
101
- // Calling `requires_avx2` here is safe as `bar`
+ // Calling `requires_avx2` here is safe as `safe_callsite`
102
// requires the `avx2` feature itself.
103
requires_avx2();
104
}
@@ -171,4 +171,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
171
172
## Contributors to 1.86.0
173
174
-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/)
+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/)
0 commit comments