File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 54
54
//! * [`crate::metadata::MigrationMetadata`]
55
55
//! * [`crate::metadata::PopulationMetadata`]
56
56
//!
57
- //! To see these derive macros in action, take a look
58
- //! [`here`](metadata).
57
+ //! To see these derive macros in action, take a look
58
+ //! [`here`](metadata).
59
59
//!
60
60
//! To add features to your `Cargo.toml` file:
61
61
//!
Original file line number Diff line number Diff line change @@ -1540,9 +1540,9 @@ impl TableCollection {
1540
1540
/// # Parameters
1541
1541
///
1542
1542
/// * `f`: a function. The function is passed the current table
1543
- /// collection and each [`crate::node_table::NodeTableRow`].
1544
- /// If `f` returns `true`, the index of that row is included
1545
- /// in the return value.
1543
+ /// collection and each [`crate::node_table::NodeTableRow`].
1544
+ /// If `f` returns `true`, the index of that row is included
1545
+ /// in the return value.
1546
1546
///
1547
1547
/// # Examples
1548
1548
///
@@ -1585,10 +1585,10 @@ impl TableCollection {
1585
1585
/// # Return value
1586
1586
/// - `Ok(None)`: when truncation leads to empty edge table.
1587
1587
/// - `Ok(Some(TableCollection))`: when trunction is successfully performed
1588
- /// and results in non-empty edge table. The table collection is sorted.
1588
+ /// and results in non-empty edge table. The table collection is sorted.
1589
1589
/// - `Error(TskitError)`: Any errors from the C API propagate. An
1590
- /// [TskitError::RangeError] will occur when `intervals` are not
1591
- /// sorted.
1590
+ /// [TskitError::RangeError] will occur when `intervals` are not
1591
+ /// sorted.
1592
1592
///
1593
1593
/// # Notes
1594
1594
///
Original file line number Diff line number Diff line change @@ -366,10 +366,10 @@ impl TreeSequence {
366
366
/// # Return value
367
367
/// - `Ok(None)`: when truncation leads to empty edge table.
368
368
/// - `Ok(Some(TableCollection))`: when trunction is successfully performed
369
- /// and results in non-empty edge table. The tables are sorted.
369
+ /// and results in non-empty edge table. The tables are sorted.
370
370
/// - `Error(TskitError)`: Any errors from the C API propagate. An
371
- /// [TskitError::RangeError] will occur when `intervals` are not
372
- /// sorted.
371
+ /// [TskitError::RangeError] will occur when `intervals` are not
372
+ /// sorted.
373
373
///
374
374
/// # Notes
375
375
///
@@ -604,9 +604,9 @@ impl TreeSequence {
604
604
/// # Parameters
605
605
///
606
606
/// * `f`: a function. The function is passed the current table
607
- /// collection and each [`crate::node_table::NodeTableRow`].
608
- /// If `f` returns `true`, the index of that row is included
609
- /// in the return value.
607
+ /// collection and each [`crate::node_table::NodeTableRow`].
608
+ /// If `f` returns `true`, the index of that row is included
609
+ /// in the return value.
610
610
///
611
611
/// # Examples
612
612
///
You can’t perform that action at this time.
0 commit comments