diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-08-10 23:52:18 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-08-10 23:52:18 +0200 |
| commit | b8de07d5e60f13d8aba07580c9173132ff0caa56 (patch) | |
| tree | 4bd954a074cc46adf97072cc5beac89593ecfd2a /src/libstd | |
| parent | 3d69bec88119e0471a98cd2075fcf53c43ebca3e (diff) | |
| download | rust-b8de07d5e60f13d8aba07580c9173132ff0caa56.tar.gz rust-b8de07d5e60f13d8aba07580c9173132ff0caa56.zip | |
doc: success is implied really
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/fs.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index a903452d540..31ff5b74fd6 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -750,8 +750,8 @@ impl AsInner<fs_imp::DirEntry> for DirEntry { /// Removes a file from the underlying filesystem. /// -/// Note that, just because an unlink call was successful, it is not -/// guaranteed that a file is immediately deleted (e.g. depending on +/// Note that there is no +/// guarantee that the file is immediately deleted (e.g. depending on /// platform, other open file descriptors may prevent immediate removal). /// /// # Errors |
