update async-std 0.99.10
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user