Skip to content

Commit

Permalink
Update compiler/passes/src/function_inlining/function_inliner.rs
Browse files Browse the repository at this point in the history
Co-authored-by: d0cd <[email protected]>
Signed-off-by: evan-schott <[email protected]>
  • Loading branch information
evan-schott and d0cd authored Oct 3, 2023
1 parent 7334c5e commit 7f0dc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/passes/src/function_inlining/function_inliner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f0dc18

Please sign in to comment.