Skip to content

Commit

Permalink
remove ast::Function from import
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 20, 2023
1 parent cf9f89b commit 02e572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast_internals.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::ast::{BodyLiteral, Function, Head, Location, Term, TheoryAtomElement, TheoryGuard};
use crate::ast::{BodyLiteral, Head, Location, Term, TheoryAtomElement, TheoryGuard};
use crate::{ClingoError, Symbol};
use clingo_sys::*;
use std::marker::PhantomData;
Expand Down

0 comments on commit 02e572b

Please sign in to comment.