summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-06 16:35:12 +0200
committermo8it <mo8it@proton.me>2024-09-06 16:35:12 +0200
commit938500fd2fddcec191ed896b42756e34dd29b9a3 (patch)
treebcccf27cafc22eceee678d6969055230cc2a93b0 /dev
parent2d26358602fc1cd0a026f634b38c34e7b4618cc9 (diff)
Fix dev check in official repo
Diffstat (limited to 'dev')
-rw-r--r--dev/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index 7bde359..2accf3a 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -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"