-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority
Description
The dropping behaviour for std::fs::File
is inherited through the sys::fs::File
object, meaning that its documentation does not come through to the File
type. As a result, there is no documentation of the behaviour of File
and, in particular, the decision to swallow errors (likely the correct one, but it should nonetheless be documented).
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority