Skip to content

Commit df8d5ba

Browse files
committedJun 1, 2016
allow for the future addition of a close method on File
1 parent 8be9625 commit df8d5ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/libstd/fs.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ use time::SystemTime;
3232
/// it was opened with. Files also implement `Seek` to alter the logical cursor
3333
/// that the file contains internally.
3434
///
35-
/// Files are automatically closed when they go out of scope, so there is no
36-
/// explicit `close` method.
35+
/// Files are automatically closed when they go out of scope.
3736
///
3837
/// # Examples
3938
///

0 commit comments

Comments
 (0)
Please sign in to comment.