Skip to content

Commit ab074bd

Browse files
andygroveclaude
andcommitted
Remove #[inline] hint from bulk_copy_range
Address review feedback: the #[inline] hint doesn't make sense for a function with macro-generated match arms. Let the compiler decide. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e735434 commit ab074bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

native/core/src/execution/columnar_to_row.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ impl<'a> TypedElements<'a> {
675675
}
676676

677677
/// Bulk copy primitive values from a range.
678-
#[inline]
679678
fn bulk_copy_range(
680679
&self,
681680
buffer: &mut [u8],

0 commit comments

Comments
 (0)