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"] }
193
188
walkdir = { version = "2.3.2" }
194
189
wasm-bindgen = { version = "0.2.92" }
195
190
wasm-bindgen-test = { version = "0.3.42" }
@@ -224,8 +219,8 @@ must_use_candidate = "allow"
224
219
similar_names = "allow"
225
220
single_match_else = "allow"
226
221
too_many_lines = "allow"
227
-
needless_continue = "allow"# An explicit continue can be more readable, especially if the alternative is an empty block.
228
-
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.
222
+
needless_continue = "allow"# An explicit continue can be more readable, especially if the alternative is an empty block.
223
+
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.
229
224
# Without the hashes we run into a `rustfmt` bug in some snapshot tests, see #13250
0 commit comments