Use trim_ascii instead of trim

This commit is contained in:
mo8it
2024-08-02 16:28:05 +02:00
parent 1468206052
commit 5016c7cf7c
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pub struct Exercise {
pub path: &'static str,
pub test: bool,
pub strict_clippy: bool,
pub hint: String,
pub hint: &'static str,
pub done: bool,
}