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 8c254b8 commit 0026e24Copy full SHA for 0026e24
exercises/01_intro/00_welcome/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
7
# We silence dead code warnings for the time being in order to reduce
8
# compiler noise.
9
# We'll re-enable them again once we explain how visibility works in Rust.
10
-dead_code = "allow"
+dead_code = "allow"
0 commit comments