diff --git a/cedar-policy-core/src/ast/expr.rs b/cedar-policy-core/src/ast/expr.rs index 75f01221e..ca1552c0b 100644 --- a/cedar-policy-core/src/ast/expr.rs +++ b/cedar-policy-core/src/ast/expr.rs @@ -1494,7 +1494,6 @@ impl ExprBuilder { /// location as an existing expression. This is done when reconstructing the /// `Expr` with type information. pub fn with_same_source_loc(self, expr: &Expr) -> Self { - use expr_builder::ExprBuilder; self.with_maybe_source_loc(expr.source_loc.as_ref()) } }