File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1294,14 +1294,18 @@ impl Into<OsString> for PathBuf {
1294
1294
/// This type supports a number of operations for inspecting a path, including
1295
1295
/// breaking the path into its components (separated by `/` or `\`, depending on
1296
1296
/// the platform), extracting the file name, determining whether the path is
1297
- /// absolute, and so on. More details about the overall approach can be found in
1298
- /// the module documentation.
1297
+ /// absolute, and so on.
1299
1298
///
1300
1299
/// This is an *unsized* type, meaning that it must always be used behind a
1301
- /// pointer like `&` or [`Box`].
1300
+ /// pointer like `&` or [`Box`]. For an owned version of this type,
1301
+ /// see [`PathBuf`].
1302
1302
///
1303
1303
/// [`str`]: ../primitive.str.html
1304
1304
/// [`Box`]: ../boxed/struct.Box.html
1305
+ /// [`PathBuf`]: struct.PathBuf.html
1306
+ ///
1307
+ /// More details about the overall approach can be found in
1308
+ /// the module documentation.
1305
1309
///
1306
1310
/// # Examples
1307
1311
///
You can’t perform that action at this time.
0 commit comments