Skip to content

Commit 938500f

Browse files
committed
Fix dev check in official repo
1 parent 2d26358 commit 938500f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,5 @@ empty_loop = "forbid"
217217
infinite_loop = "deny"
218218
# You shouldn't leak memory while still learning Rust
219219
mem_forget = "deny"
220+
# Currently, there are no disallowed methods. This line avoids problems when developing Rustlings.
221+
disallowed_methods = "allow"

0 commit comments

Comments
 (0)