forked from mirror/async-std
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();
|
let file = self.file.clone();
|
||||||
drop(self);
|
drop(self);
|
||||||
Arc::try_unwrap(file)
|
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()
|
.into_raw_handle()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue