Skip to content

Commit f585467

Browse files
committed
useless_conversion
1 parent 71567a8 commit f585467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/windows/io/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ impl AsHandle for fs::File {
504504
impl From<fs::File> for OwnedHandle {
505505
#[inline]
506506
fn from(file: fs::File) -> OwnedHandle {
507-
file.into_inner().into_inner().into_inner().into()
507+
file.into_inner().into_inner().into_inner()
508508
}
509509
}
510510

0 commit comments

Comments
 (0)