From bbf1e011458d36e5f13771b99fa19a39856d7ea3 Mon Sep 17 00:00:00 2001 From: evan-schott <53463459+evan-schott@users.noreply.github.com> Date: Fri, 3 Nov 2023 18:01:02 -0700 Subject: [PATCH] clippy --- compiler/passes/src/type_checking/checker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/passes/src/type_checking/checker.rs b/compiler/passes/src/type_checking/checker.rs index 7b19bd8266..3781d12532 100644 --- a/compiler/passes/src/type_checking/checker.rs +++ b/compiler/passes/src/type_checking/checker.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with the Leo library. If not, see . -use crate::{CallGraph, StructGraph, SymbolTable, VariableSymbol, VariableType, TypeTable}; +use crate::{CallGraph, StructGraph, SymbolTable, TypeTable, VariableSymbol, VariableType}; use leo_ast::{ CoreConstant,