1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-01 00:45:17 +02:00

Thanks Clippy :)

This commit is contained in:
mo8it
2024-05-13 17:12:58 +02:00
parent 4ae3fcc3ca
commit e80e91faf2
2 changed files with 5 additions and 5 deletions

View File

@ -142,7 +142,7 @@ impl From<ExerciseInfo> for Exercise {
let hint = exercise_info.hint.trim().to_owned();
Exercise {
Self {
dir,
name,
path,