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.