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() {
9898
9999#[target_feature(enable = " avx2" )]
100100fn safe_callsite () {
101- // Calling `requires_avx2` here is safe as `bar `
101+ // Calling `requires_avx2` here is safe as `safe_callsite `
102102 // requires the `avx2` feature itself.
103103 requires_avx2 ();
104104}
@@ -171,4 +171,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
171171
172172## Contributors to 1.86.0
173173
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