mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-07 23:13:55 +02:00
Fix warnings
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(clippy::needless_late_init)]
|
||||
|
||||
fn main() {
|
||||
// Reading uninitialized variables isn't allowed in Rust!
|
||||
// Therefore, we need to assign a value first.
|
||||
|
||||
Reference in New Issue
Block a user