We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298730e commit 8be9625Copy full SHA for 8be9625
src/libstd/fs.rs
@@ -32,6 +32,9 @@ 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.
37
+///
38
/// # Examples
39
40
/// ```no_run
0 commit comments