mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
remove Labeled
supertrait of Trackable
This is no longer needed since 9c6ae1beae
removed the usages.
This commit is contained in:
parent
594476c991
commit
09cc4d211b
@ -173,7 +173,7 @@ macro_rules! impl_labeled {
|
||||
};
|
||||
}
|
||||
|
||||
pub(crate) trait Trackable: Labeled {
|
||||
pub(crate) trait Trackable {
|
||||
fn tracker_index(&self) -> TrackerIndex;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user