We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c468d commit ffd7f58Copy full SHA for ffd7f58
library/alloc/src/boxed.rs
@@ -129,7 +129,7 @@
129
//! currently implemented in the compiler.**
130
//!
131
//! The aliasing rules for `Box<T>` are the same as for `&mut T`. `Box<T>`
132
-//! asserts uniqeness over its content. Using raw pointers derived from a box
+//! asserts uniqueness over its content. Using raw pointers derived from a box
133
//! after that box has been mutated through, moved or borrowed as `&mut T`
134
//! is not allowed. For more guidance on working with box from unsafe code, see
135
//! [rust-lang/unsafe-code-guidelines#326][ucg#326].
0 commit comments