Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Apr 15, 2024
1 parent fa23eca commit 5335521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/src/lazy/dsl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Self> {
Ok(self
.0
Expand Down

0 comments on commit 5335521

Please sign in to comment.