Skip to content

Commit fcdaf4a

Browse files
committed
Fixed clippy warning [skip ci]
1 parent 5eb11d3 commit fcdaf4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/polars/src/series/general.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ impl RbSeries {
340340
let s = self.series.borrow();
341341
let ca = s.str().map_err(RbPolarsErr::from)?;
342342
ca.to_decimal_infer(inference_length)
343-
.map(Series::from)
344343
.map(Into::into)
345344
.map_err(RbPolarsErr::from)
346345
.map_err(RbErr::from)

0 commit comments

Comments
 (0)