Skip to content

Commit

Permalink
Update multi_index_map_derive/src/generators.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lun3x authored Sep 7, 2023
1 parent 0fb0bca commit 683cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_index_map_derive/src/generators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub(crate) fn generate_lookup_table_debug(
})
}

// For each indexed field generate a TokenStream representing a debug struct field
// For each indexed field generate a TokenStream representing the `.clone()` of that field
#[cfg(feature = "trivial_bounds")]
pub(crate) fn generate_lookup_table_clone(
fields: &[(Field, FieldIdents, Ordering, Uniqueness)],
Expand Down

0 comments on commit 683cc78

Please sign in to comment.