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 a2d967f commit 82cd6fbCopy full SHA for 82cd6fb
servo-tidy.toml
@@ -65,7 +65,16 @@ packages = [
65
"phf_shared",
66
67
# icu (from mozjs) uses old version
68
+ # tracing-subscriber (tokio-rs/tracing#3033) uses old version
69
+ # regex -> regex-automata 0.4.7
70
+ # icu_list -> regex-automata 0.2.0
71
+ # tracing-subscriber -> matchers -> regex-automata 0.1.0
72
"regex-automata",
73
+
74
75
+ # regex [-> regex-automata 0.4.7] -> regex-syntax 0.8.4
76
+ # tracing-subscriber -> matchers -> regex-automata 0.1.0 -> regex-syntax 0.6.29
77
+ "regex-syntax",
78
]
79
# Files that are ignored for all tidy and lint checks.
80
files = [
0 commit comments