diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-11 13:26:47 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-11 16:48:03 +0530 |
| commit | 4645662a127dd90325e13caaa92dff4a4674e789 (patch) | |
| tree | 91feffd555a7a7e30c4ed70f41ce0ad35f43f698 /src/libstd | |
| parent | 306d2ca49aa921649a34d880f5f63ae9e3d6c0a0 (diff) | |
| parent | b8de07d5e60f13d8aba07580c9173132ff0caa56 (diff) | |
| download | rust-4645662a127dd90325e13caaa92dff4a4674e789.tar.gz rust-4645662a127dd90325e13caaa92dff4a4674e789.zip | |
Rollup merge of #27648 - tshepang:patch-7, r=brson
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 |
