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 0aa9508 commit f13661dCopy full SHA for f13661d
src/_macros.rs
@@ -984,7 +984,7 @@ macro_rules! site_table_add_row_with_metadata {
984
position: P,
985
ancestral_state: Option<&[u8]>,
986
metadata: &M) -> Result<$crate::SiteId, $crate::TskitError>
987
- where
+ where
988
P: Into<$crate::Position>,
989
M: $crate::metadata::SiteMetadata
990
{
@@ -1054,7 +1054,7 @@ macro_rules! migration_table_add_row_with_metadata {
1054
time: T,
1055
metadata: &M)
1056
-> Result<$crate::MigrationId, $crate::TskitError>
1057
1058
LEFT: Into<$crate::Position>,
1059
RIGHT: Into<$crate::Position>,
1060
N: Into<$crate::NodeId>,
0 commit comments