Rollup merge of #25278 - cpjreynolds:path-doc, r=alexcrichton
Change from "must be used with behind a pointer" to "must be used behind a pointer"
This commit is contained in:
commit
f4a79c0915
1 changed files with 1 additions and 1 deletions
|
@ -1199,7 +1199,7 @@ impl Into<OsString> for PathBuf {
|
|||
/// absolute, and so on. More details about the overall approach can be found in
|
||||
/// the module documentation.
|
||||
///
|
||||
/// This is an *unsized* type, meaning that it must always be used with behind a
|
||||
/// This is an *unsized* type, meaning that it must always be used behind a
|
||||
/// pointer like `&` or `Box`.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Add table
Reference in a new issue