mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-01 00:45:17 +02:00
POC done
This commit is contained in:
@ -36,7 +36,7 @@ fn temp_file() -> String {
|
||||
.filter(|c| c.is_alphanumeric())
|
||||
.collect();
|
||||
|
||||
format!("temp_{}_{thread_id}", process::id())
|
||||
format!("./temp_{}_{thread_id}", process::id())
|
||||
}
|
||||
|
||||
// The mode of the exercise.
|
||||
|
Reference in New Issue
Block a user