Fix warnings

This commit is contained in:
mo8it
2024-07-04 13:38:35 +02:00
parent a4c07ca948
commit b87aa98634
18 changed files with 28 additions and 8 deletions
@@ -1,3 +1,5 @@
#![allow(clippy::ptr_arg)]
fn main() {
let data = "Rust is great!".to_string();