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"] }
185
182
walkdir = { version = "2.3.2" }
186
183
wasm-bindgen = { version = "0.2.92" }
187
184
wasm-bindgen-test = { version = "0.3.42" }
@@ -216,8 +213,8 @@ must_use_candidate = "allow"
216
213
similar_names = "allow"
217
214
single_match_else = "allow"
218
215
too_many_lines = "allow"
219
-
needless_continue = "allow"# An explicit continue can be more readable, especially if the alternative is an empty block.
220
-
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.
216
+
needless_continue = "allow"# An explicit continue can be more readable, especially if the alternative is an empty block.
217
+
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.
221
218
# Without the hashes we run into a `rustfmt` bug in some snapshot tests, see #13250
0 commit comments