Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 5, 2024
1 parent 0bce069 commit 40c0781
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crates/tests/winrt/composable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ impl bindings::ICompositor_Impl for Compositor_Impl {
}
}

// TODO: ContainerVisual's trait should require Visual's trait automatically
#[implement(bindings::ContainerVisual, bindings::Visual)]
struct ContainerVisual {
compositor: ComObject<Compositor>,
Expand Down Expand Up @@ -63,7 +62,6 @@ impl bindings::IVisual_Impl for ContainerVisual_Impl {
}
}

// TODO: SpriteVisual's trait should require ContainerVisual and Visual's trait automatically
#[implement(bindings::SpriteVisual, bindings::ContainerVisual, bindings::Visual)]
struct SpriteVisual {
container: ContainerVisual,
Expand Down
1 change: 0 additions & 1 deletion crates/tests/winrt/composable/src/metadata.idl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace test_composable

unsealed runtimeclass ContainerVisual : Visual
{
// TODO: there's a bindgen bug that prevents [noexcept] from being used in a composable type system
Int32 Children {get;};
}

Expand Down

0 comments on commit 40c0781

Please sign in to comment.