1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-08-11 13:33:18 -04:00

Fix warnings

This commit is contained in:
mo8it 2024-07-04 13:38:35 +02:00
commit b87aa98634
18 changed files with 28 additions and 8 deletions
solutions/06_move_semantics

View file

@ -1,3 +1,5 @@
#![allow(clippy::ptr_arg)]
fn main() {
let data = "Rust is great!".to_string();