Allow duplicate regex-syntax in examples

This commit is contained in:
David Pedersen 2023-04-21 10:51:12 +02:00
parent 4d5035faf8
commit c378211b12

View file

@ -27,6 +27,8 @@ skip-tree = [
{ name = "syn" },
# until 1.0 is out we're pulling in both 0.14 and 1.0-rc.x
{ name = "hyper" },
# pulled in by tracing-subscriber
{ name = "regex-syntax" }
]
[sources]