]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/src/boxed.rs
Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum
[rust.git] / library / alloc / src / boxed.rs
index 97186589a4f4c30f1f0d935e61dca057c9b9e634..e5f6b0c0c65d2b0700dac2b59b8a353698644f3c 100644 (file)
 
 mod thin;
 
-/// A pointer type for heap allocation.
+/// A pointer type that uniquely owns a heap allocation of type `T`.
 ///
 /// See the [module-level documentation](../../std/boxed/index.html) for more.
 #[lang = "owned_box"]