Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Aug 7, 2024
1 parent 372a75f commit 6ec25a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_span/src/atom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl<'old_alloc, 'new_alloc> CloneIn<'new_alloc> for Atom<'old_alloc> {
type Cloned = Atom<'new_alloc>;

fn clone_in(&self, alloc: &'new_alloc Allocator) -> Self::Cloned {
Self::Cloned::from_in(self.as_str(), alloc)
Atom::from_in(self.as_str(), alloc)
}
}

Expand Down

0 comments on commit 6ec25a5

Please sign in to comment.