Trait lifetime issues.

This commit is contained in:
Tom Alexander
2023-10-11 11:17:01 -04:00
parent bc4c09c546
commit 63614841e8
3 changed files with 39 additions and 10 deletions

View File

@@ -219,13 +219,3 @@ impl<'s> TableRow<'s> {
}
}
}
pub trait GetAffiliatedKeywords<'s> {
fn get_affiliated_keywords(&self) -> () {
// foo
}
}
// impl<'s> GetAffiliatedKeywords for PlainList<'s> {
// }