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 2d26358 commit 938500fCopy full SHA for 938500f
dev/Cargo.toml
@@ -217,3 +217,5 @@ empty_loop = "forbid"
217
infinite_loop = "deny"
218
# You shouldn't leak memory while still learning Rust
219
mem_forget = "deny"
220
+# Currently, there are no disallowed methods. This line avoids problems when developing Rustlings.
221
+disallowed_methods = "allow"
0 commit comments