You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
183
179
walkdir = { version = "2.3.2" }
184
180
wasm-bindgen = { version = "0.2.92" }
185
181
wasm-bindgen-test = { version = "0.3.42" }
@@ -214,8 +210,8 @@ must_use_candidate = "allow"
214
210
similar_names = "allow"
215
211
single_match_else = "allow"
216
212
too_many_lines = "allow"
217
-
needless_continue = "allow"# An explicit continue can be more readable, especially if the alternative is an empty block.
218
-
unnecessary_debug_formatting = "allow"# too many instances, the display also doesn't quote the path which is often desired in logs where we use them the most often.
213
+
needless_continue = "allow"# An explicit continue can be more readable, especially if the alternative is an empty block.
214
+
unnecessary_debug_formatting = "allow"# too many instances, the display also doesn't quote the path which is often desired in logs where we use them the most often.
219
215
# Without the hashes we run into a `rustfmt` bug in some snapshot tests, see #13250
0 commit comments