Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 12, 2024
1 parent 603ed76 commit 2cf69b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/polars-core/src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1539,9 +1539,6 @@ impl DataFrame {
polars_bail!(duplicate = name);
}
}
// we drop early as the brchk thinks the &str borrows are used when calling the drop
// of both `series_cols` and `names`
drop(names);
Ok(())
}

Expand Down

0 comments on commit 2cf69b3

Please sign in to comment.