Skip to content

Commit

Permalink
Unrolled build for rust-lang#134490
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#134490 - hong9lol:typo, r=jhpratt

Fix typo in ptr/mod.rs

- Type: Document
- Description: I found a typo and want to fix it.
  • Loading branch information
rust-timer authored Dec 19, 2024
2 parents 023521e + f8cd8c1 commit 352d05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/ptr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
// ^ we use this term instead of saying that the produced reference must
// be valid, as the validity of a reference is easily confused for the
// validity of the thing it refers to, and while the two concepts are
// closly related, they are not identical.
// closely related, they are not identical.
//!
//! These rules apply even if the result is unused!
//! (The part about being initialized is not yet fully decided, but until
Expand Down

0 comments on commit 352d05c

Please sign in to comment.