diff options
| author | mo8it <mo8it@proton.me> | 2024-08-02 16:28:05 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-02 16:28:05 +0200 |
| commit | 5016c7cf7c846cc4d271fa06d8d7debc7604ae5c (patch) | |
| tree | 532b81db273dd5c622dcb55cf84137ec2e1ecf55 /src/exercise.rs | |
| parent | 14682060522371a358c2054fd2cc5cfdd1786078 (diff) | |
Use `trim_ascii` instead of `trim`
Diffstat (limited to 'src/exercise.rs')
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 48b9889..7a383bb 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -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, } |
