100-exercises-to-learn-rust
100-exercises-to-learn-rust copied to clipboard
Add i32/u32 suffix for numeric literals in 04_traits/01_trait
Without an explicit suffix, the compiler is able to use the i32 implementation without the need for an u32 implementation.
Deploy Preview for 100-exercises-to-learn-rust canceled.
| Name | Link |
|---|---|
| Latest commit | 220de50952fd40d36a1e6c655b6a580ab55614e9 |
| Latest deploy log | https://app.netlify.com/sites/100-exercises-to-learn-rust/deploys/6648dce2ac7a870008418966 |
Correct, thanks!