Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Sep 3, 2024
1 parent 3b12ee6 commit d1832fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/polars-utils/src/pl_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ impl<'a> FromIterator<&'a PlSmallStr> for PlSmallStr {
}
}

/// FromIterator impls, copied from String
impl FromIterator<char> for PlSmallStr {
#[inline(always)]
fn from_iter<I: IntoIterator<Item = char>>(iter: I) -> PlSmallStr {
Expand Down

0 comments on commit d1832fe

Please sign in to comment.