Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay
Make the Box one-liner more descriptive I would like to avoid a definition that relies on itself. r? `@GuillaumeGomez`
This commit is contained in:
commit
2f8dbe3797
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ pub use thin::ThinBox;
|
|||
|
||||
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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue