update async-std 0.99.10

This commit is contained in:
wyhaya
2019-10-28 11:32:20 +08:00
parent 3fcf503a4f
commit 54c990725a
4 changed files with 88 additions and 14 deletions

View File

@@ -111,6 +111,8 @@ pub struct Config {
file: File,
}
// todo
// async
impl Config {
pub fn new<P: AsRef<Path>>(path: P) -> io::Result<Config> {
let path = path.as_ref();