Add a debug assert for org entities being sorted.
This commit is contained in:
@@ -219,3 +219,13 @@ impl<'s> TableRow<'s> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub trait GetAffiliatedKeywords<'s> {
|
||||
fn get_affiliated_keywords(&self) -> () {
|
||||
// foo
|
||||
}
|
||||
}
|
||||
|
||||
// impl<'s> GetAffiliatedKeywords for PlainList<'s> {
|
||||
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user