We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fd4b7 commit 57a8acfCopy full SHA for 57a8acf
matchers/children.go
@@ -18,5 +18,3 @@ func ChildMatcher(parent types.Type, kind types.Type, fn ByteMatcher) ByteMatche
18
func (m TypeMatcher) AddChild(kind types.Type, fn ByteMatcher) {
19
_ = ChildMatcher(m.myType, kind, fn)
20
}
21
-
22
0 commit comments