Skip to content

Commit 8efd0b2

Browse files
authoredApr 4, 2025
Rust 1.86: minor typo fix (#1555)
1 parent 0e2fed9 commit 8efd0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎content/Rust-1.86.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Previously only `unsafe` functions could be marked with the `#[target_feature]`
8888

8989
Safe functions marked with the target feature attribute can only be safely called from other functions marked with the target feature attribute. However, they cannot be passed to functions accepting generics bounded by the `Fn*` traits and only support being coerced to function pointers inside of functions marked with the `target_feature` attribute.
9090

91-
Inside of functions not marked with the target feature attribute they can be called inside of an `unsafe` block, however it is the callers responsibility to ensure that the target feature is available.
91+
Inside of functions not marked with the target feature attribute they can be called inside of an `unsafe` block, however it is the caller's responsibility to ensure that the target feature is available.
9292

9393
```rust
9494
#[target_feature(enable = "avx2")]

0 commit comments

Comments
 (0)