unn w rap

This commit is contained in:
Milo Turner 2020-03-07 21:03:04 -05:00
父節點 9acf848116
當前提交 778995ae15
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -21,7 +21,7 @@ enum Error {
}
fn entry() -> Result<(), Error> {
let mut rt = tokio::runtime::Runtime::new()?;
let mut rt = tokio::runtime::Runtime::new().unwrap();
let mut log = Logger::new();
rt.block_on(start(&mut log))
}