Skip to content

Commit

Permalink
remove use
Browse files Browse the repository at this point in the history
Signed-off-by: John Kastner <[email protected]>
  • Loading branch information
john-h-kastner-aws committed Jan 3, 2025
1 parent db74383 commit a479c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cedar-policy-core/src/ast/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,6 @@ impl<T: Clone + Default> ExprBuilder<T> {
/// location as an existing expression. This is done when reconstructing the
/// `Expr` with type information.
pub fn with_same_source_loc<U>(self, expr: &Expr<U>) -> Self {
use expr_builder::ExprBuilder;
self.with_maybe_source_loc(expr.source_loc.as_ref())
}
}
Expand Down

0 comments on commit a479c5b

Please sign in to comment.