Rollup merge of #139796 - RalfJung:usize-backtics, r=jieyouxu
ptr docs: add missing backtics around 'usize' We almost always have the backticks, except here... so let's just fix that. Barely worth a PR but it's user-visible docs so here we go.
This commit is contained in:
commit
470e4de1da
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@
|
|||
//! ### Using Strict Provenance
|
||||
//!
|
||||
//! Most code needs no changes to conform to strict provenance, as the only really concerning
|
||||
//! operation is casts from usize to a pointer. For code which *does* cast a `usize` to a pointer,
|
||||
//! operation is casts from `usize` to a pointer. For code which *does* cast a `usize` to a pointer,
|
||||
//! the scope of the change depends on exactly what you're doing.
|
||||
//!
|
||||
//! In general, you just need to make sure that if you want to convert a `usize` address to a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue