This commit is contained in:
Muhammad Mominul Huque
2019-06-15 14:04:26 +06:00
parent 125d6e74f7
commit 408e173bb9

View File

@@ -8,7 +8,7 @@ use ra_syntax::{SourceFile, TreeArc, AstNode};
use flexi_logger::Logger;
use ra_prof::profile;
type Result<T> = ::std::result::Result<T, Box<dyn Error + Send + Sync>>;
type Result<T> = std::result::Result<T, Box<dyn Error + Send + Sync>>;
fn main() -> Result<()> {
Logger::with_env().start()?;