Skip to content

Commit

Permalink
Format all manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 18, 2024
1 parent 468b74b commit 7fb0910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/01_intro/00_welcome/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
# We silence dead code warnings for the time being in order to reduce
# compiler noise.
# We'll re-enable them again once we explain how visibility works in Rust.
dead_code = "allow"
dead_code = "allow"

0 comments on commit 7fb0910

Please sign in to comment.