From 9f597fe7eff6feb80afbbc1e8040ae503c6a6d43 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 11 Aug 2015 01:13:15 +0200 Subject: [PATCH] doc: remove an unneeded distinction --- src/libstd/fs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index a903452d54074..3c6748a804af5 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -748,7 +748,7 @@ impl AsInner 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, just because an unlink call was successful, it is not /// guaranteed that a file is immediately deleted (e.g. depending on