clippy: fix single_component_path_imports

Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
ljedrz 2020-10-05 16:54:04 +02:00
parent 98990721cf
commit 812d8ae915

View File

@ -58,8 +58,6 @@ pub use self::types::*;
use leo_ast::LeoAst; use leo_ast::LeoAst;
use serde_json;
#[derive(Debug, Eq, PartialEq)] #[derive(Debug, Eq, PartialEq)]
pub struct LeoTypedAst { pub struct LeoTypedAst {
typed_ast: Program, typed_ast: Program,