index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.rs
blob: 37a2028b952736baa2446583f6c4a7435a10adff (
plain
)
1
2
3
4
5
use std::fs::remove_file; pub fn clean() { let _ignored = remove_file("temp"); }