allow for the future addition of a close method on File
This commit is contained in:
parent
8be9625e2e
commit
df8d5baab7
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ use time::SystemTime;
|
|||
/// it was opened with. Files also implement `Seek` to alter the logical cursor
|
||||
/// that the file contains internally.
|
||||
///
|
||||
/// Files are automatically closed when they go out of scope, so there is no
|
||||
/// explicit `close` method.
|
||||
/// Files are automatically closed when they go out of scope.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue