mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-25 21:58:26 +01:00
Format all manifests
This commit is contained in:
parent
468b74ba4d
commit
7fb0910b39
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ edition = "2021"
|
||||||
# We silence dead code warnings for the time being in order to reduce
|
# We silence dead code warnings for the time being in order to reduce
|
||||||
# compiler noise.
|
# compiler noise.
|
||||||
# We'll re-enable them again once we explain how visibility works in Rust.
|
# We'll re-enable them again once we explain how visibility works in Rust.
|
||||||
dead_code = "allow"
|
dead_code = "allow"
|
||||||
|
|
Loading…
Reference in a new issue