Remove double spaces · qinheping/verify-rust-std@a7aac1e (original) (raw)
`@@ -1990,7 +1990,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
`
1990
1990
`/// * The user lacks permissions to remove the file.
`
1991
1991
`///
`
1992
1992
`` /// This function will only ever return an error of kind NotFound
if the given
``
1993
``
`-
/// path does not exist. Note that the inverse is not true,
`
``
1993
`+
/// path does not exist. Note that the inverse is not true,
`
1994
1994
`/// ie. if a path does not exist, its removal may fail for a number of reasons,
`
1995
1995
`/// such as insufficient permissions.
`
1996
1996
`///
`
`@@ -2452,7 +2452,7 @@ pub fn create_dir_all<P: AsRef
`
2452
2452
`/// * The directory isn't empty.
`
2453
2453
`///
`
2454
2454
`` /// This function will only ever return an error of kind NotFound
if the given
``
2455
``
`-
/// path does not exist. Note that the inverse is not true,
`
``
2455
`+
/// path does not exist. Note that the inverse is not true,
`
2456
2456
`/// ie. if a path does not exist, its removal may fail for a number of reasons,
`
2457
2457
`/// such as insufficient permissions.
`
2458
2458
`///
`