We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be9625 commit df8d5baCopy full SHA for df8d5ba
src/libstd/fs.rs
@@ -32,8 +32,7 @@ use time::SystemTime;
32
/// it was opened with. Files also implement `Seek` to alter the logical cursor
33
/// that the file contains internally.
34
///
35
-/// Files are automatically closed when they go out of scope, so there is no
36
-/// explicit `close` method.
+/// Files are automatically closed when they go out of scope.
37
38
/// # Examples
39
0 commit comments