remove Labeled supertrait of Trackable

This is no longer needed since 9c6ae1beae removed the usages.
This commit is contained in:
teoxoy 2024-08-07 12:24:13 +02:00 committed by Teodor Tanasoaia
parent 594476c991
commit 09cc4d211b

View File

@ -173,7 +173,7 @@ macro_rules! impl_labeled {
};
}
pub(crate) trait Trackable: Labeled {
pub(crate) trait Trackable {
fn tracker_index(&self) -> TrackerIndex;
}