diff --git a/src/rust/src/lazy/dsl.rs b/src/rust/src/lazy/dsl.rs index 64fc4721b..24998b139 100644 --- a/src/rust/src/lazy/dsl.rs +++ b/src/rust/src/lazy/dsl.rs @@ -2307,7 +2307,6 @@ impl RPolarsExpr { Ok(self.0.clone().str().explode().into()) } - // TODO: rename to `str_to_integer` pub fn str_to_integer(&self, base: Robj, strict: Robj) -> RResult { Ok(self .0