mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-18 23:08:08 -05:00
Fix dev check in official repo
This commit is contained in:
parent
2d26358602
commit
938500fd2f
1 changed files with 2 additions and 0 deletions
|
@ -217,3 +217,5 @@ empty_loop = "forbid"
|
||||||
infinite_loop = "deny"
|
infinite_loop = "deny"
|
||||||
# You shouldn't leak memory while still learning Rust
|
# You shouldn't leak memory while still learning Rust
|
||||||
mem_forget = "deny"
|
mem_forget = "deny"
|
||||||
|
# Currently, there are no disallowed methods. This line avoids problems when developing Rustlings.
|
||||||
|
disallowed_methods = "allow"
|
||||||
|
|
Loading…
Reference in a new issue