File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ fn requires_avx2() {
98
98
99
99
#[target_feature(enable = " avx2" )]
100
100
fn safe_callsite () {
101
- // Calling `requires_avx2` here is safe as `bar `
101
+ // Calling `requires_avx2` here is safe as `safe_callsite `
102
102
// requires the `avx2` feature itself.
103
103
requires_avx2 ();
104
104
}
@@ -171,4 +171,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
171
171
172
172
## Contributors to 1.86.0
173
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/ )
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/ )
You can’t perform that action at this time.
0 commit comments