Update compiler/passes/src/function_inlining/function_inliner.rs

Co-authored-by: d0cd <pranavsaig@gmail.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
This commit is contained in:
evan-schott 2023-10-03 14:34:26 -07:00
parent 5d194fdf83
commit 3d0be6b04d

View File

@ -15,7 +15,6 @@
// along with the Leo library. If not, see <https://www.gnu.org/licenses/>.
use crate::{Assigner, AssignmentRenamer, CallGraph};
use indexmap::IndexMap;
use leo_ast::{Function, NodeBuilder};
use leo_span::Symbol;