mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 16:33:30 +02:00
Use trim_ascii instead of trim
This commit is contained in:
+1
-1
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user