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
+2
View File
@@ -1,3 +1,5 @@
#![allow(dead_code)]
trait Licensed {
fn licensing_info(&self) -> String {
"Default license".to_string()