Skip to content

Commit

Permalink
Make 'apply_permutation' function public
Browse files Browse the repository at this point in the history
  • Loading branch information
SirHall committed May 4, 2024
1 parent c6ef5a6 commit fa4c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soa-derive-internal/src/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ pub fn derive_mut(input: &Input) -> TokenStream {
}

#[doc(hidden)]
fn apply_permutation(&mut self, permutation: &mut soa_derive::Permutation) {
pub fn apply_permutation(&mut self, permutation: &mut soa_derive::Permutation) {
#( #apply_permutation; )*
}

Expand Down

0 comments on commit fa4c297

Please sign in to comment.