mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-09 01:46:42 +00:00
Fix a typo
This commit is contained in:
parent
b849669998
commit
2c02037673
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ cfg_if! {
|
|||
let file = self.file.clone();
|
||||
drop(self);
|
||||
Arc::try_unwrap(file)
|
||||
.expect("cannot acquire ownership of file's handle after drop")
|
||||
.expect("cannot acquire ownership of file handle after drop")
|
||||
.into_raw_handle()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue