Skip to content

Commit

Permalink
Update soa-derive-internal/src/slice.rs with a more unique name
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Fraux <[email protected]>
  • Loading branch information
SirHall and Luthaf authored May 8, 2024
1 parent fa4c297 commit b169fbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion soa-derive-internal/src/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,9 @@ pub fn derive_mut(input: &Input) -> TokenStream {
}

#[doc(hidden)]
pub fn apply_permutation(&mut self, permutation: &mut soa_derive::Permutation) {
/// this is `pub` due to the issue in https://github.com/lumol-org/soa-derive/pull/65
/// but should not be used directly
pub fn __private_apply_permutation(&mut self, permutation: &mut soa_derive::Permutation) {
#( #apply_permutation; )*
}

Expand Down

0 comments on commit b169fbc

Please sign in to comment.