Skip to content

Commit 15e51e7

Browse files
committed
Add reference to issue about reworking the patterns! macro
1 parent 0f9c260 commit 15e51e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/windows/src/node.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,9 @@ struct RangeValueProvider(PlatformNode);
746746
#[implement(Windows::Win32::UI::Accessibility::ISelectionItemProvider)]
747747
struct SelectionItemProvider(PlatformNode);
748748

749+
// These patterns are duplicated across a subset of the trait methods further down. It
750+
// would be good to rework the patterns! macro to remove this duplication.
751+
// https://github.com/AccessKit/accesskit/issues/104
749752
patterns! {
750753
(Toggle, is_toggle_pattern_supported, (
751754
(ToggleState, toggle_state, ToggleState)

0 commit comments

Comments
 (0)