mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 11:12:48 +03:00
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:
parent
5d194fdf83
commit
3d0be6b04d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user