Update fs::remove_file
docs
Mention that absence of file causes an error
This commit is contained in:
parent
517385b31b
commit
c4e44d7373
1 changed files with 1 additions and 0 deletions
|
@ -1574,6 +1574,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
|
|||
/// limited to just these cases:
|
||||
///
|
||||
/// * `path` points to a directory.
|
||||
/// * The file doesn't exist.
|
||||
/// * The user lacks permissions to remove the file.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Add table
Reference in a new issue