Skip to content

Commit

Permalink
fix search-and-replace snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Nov 25, 2024
1 parent 08a589d commit 93c6c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/build/re_types_builder/src/codegen/rust/serializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ enum InnerRepr {
/// * unions: nullability is encoded as a separate variant
/// * lists inside of fields that are lists: we don't support intra-list nullability
///
/// TODO(#2993): However, we still emit a validity validity for lists inside lists
/// to `validity_validity_ident`since Python and Rust do so.
/// TODO(#2993): However, we still emit a validity/null bitmaps for lists inside lists
/// since Python and Rust do so.
#[allow(clippy::too_many_arguments)]
fn quote_arrow_field_serializer(
objects: &Objects,
Expand Down

0 comments on commit 93c6c82

Please sign in to comment.