We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b09e1c commit cac1f99Copy full SHA for cac1f99
library/core/src/primitive_docs.rs
@@ -1647,7 +1647,7 @@ mod prim_usize {}
1647
/// For the other direction, things are more complicated: when unsafe code passes arguments
1648
/// to safe functions or returns values from safe functions, they generally must *at least*
1649
/// not violate these invariants. The full requirements are stronger, as the reference generally
1650
-/// must point to data that is safe to use at type `T`.
+/// must point to data that is safe to use as type `T`.
1651
///
1652
/// It is not decided yet whether unsafe code may violate these invariants temporarily on internal
1653
/// data. As a consequence, unsafe code which violates these invariants temporarily on internal data
0 commit comments