1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Fix dev check in official repo

This commit is contained in:
mo8it 2024-09-06 16:35:12 +02:00
parent 2d26358602
commit 938500fd2f

View File

@ -217,3 +217,5 @@ empty_loop = "forbid"
infinite_loop = "deny"
# You shouldn't leak memory while still learning Rust
mem_forget = "deny"
# Currently, there are no disallowed methods. This line avoids problems when developing Rustlings.
disallowed_methods = "allow"