diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-11 13:26:48 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-11 16:48:03 +0530 |
| commit | aebd6d5106243a926c39d02c84917b473b65dcc0 (patch) | |
| tree | 3f609da8d07cf04617e277e56890b794e2345062 /src/libstd | |
| parent | 4645662a127dd90325e13caaa92dff4a4674e789 (diff) | |
| parent | 9f597fe7eff6feb80afbbc1e8040ae503c6a6d43 (diff) | |
| download | rust-aebd6d5106243a926c39d02c84917b473b65dcc0.tar.gz rust-aebd6d5106243a926c39d02c84917b473b65dcc0.zip | |
Rollup merge of #27651 - tshepang:patch-8, r=Gankro
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index 31ff5b74fd6..6995ed07e99 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -748,7 +748,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry { fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 } } -/// Removes a file from the underlying filesystem. +/// Removes a file from the filesystem. /// /// Note that there is no /// guarantee that the file is immediately deleted (e.g. depending on |
