Skip to content

Commit 2c02037

Browse files
author
Stjepan Glavina
committed
Fix a typo
1 parent b849669 commit 2c02037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs/file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ cfg_if! {
449449
let file = self.file.clone();
450450
drop(self);
451451
Arc::try_unwrap(file)
452-
.expect("cannot acquire ownership of file's handle after drop")
452+
.expect("cannot acquire ownership of file handle after drop")
453453
.into_raw_handle()
454454
}
455455
}

0 commit comments

Comments
 (0)