We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f671 commit a578604Copy full SHA for a578604
src/individual_table.rs
@@ -51,10 +51,7 @@ pub struct IndividualTable<'a> {
51
table_: &'a ll_bindings::tsk_individual_table_t,
52
}
53
54
-fn make_individual_table_row<'a>(
55
- table: &'a IndividualTable,
56
- pos: tsk_id_t,
57
-) -> Option<IndividualTableRow> {
+fn make_individual_table_row(table: &IndividualTable, pos: tsk_id_t) -> Option<IndividualTableRow> {
58
// panic is okay here, as we are handling a bad
59
// input value before we first call this to
60
// set up the iterator
0 commit comments