File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -400,15 +400,19 @@ pub struct JoinPathsError {
400
400
inner : os_imp:: JoinPathsError
401
401
}
402
402
403
- /// Joins a collection of `Path`s appropriately for the `PATH`
403
+ /// Joins a collection of [ `Path`] s appropriately for the `PATH`
404
404
/// environment variable.
405
405
///
406
- /// Returns an `OsString` on success.
406
+ /// Returns an [ `OsString`] on success.
407
407
///
408
- /// Returns an `Err` (containing an error message) if one of the input
409
- /// `Path`s contains an invalid character for constructing the `PATH`
408
+ /// Returns an [ `Err`][err] (containing an error message) if one of the input
409
+ /// [ `Path`] s contains an invalid character for constructing the `PATH`
410
410
/// variable (a double quote on Windows or a colon on Unix).
411
411
///
412
+ /// [`Path`]: ../../std/path/struct.Path.html
413
+ /// [`OsString`]: ../../std/ffi/struct.OsString.html
414
+ /// [err]: ../../std/result/enum.Result.html#variant.Err
415
+ ///
412
416
/// # Examples
413
417
///
414
418
/// ```
You can’t perform that action at this time.
0 commit comments