1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00

Update cleanup instructions

This commit is contained in:
Tom Parker-Shemilt 2020-02-24 22:36:50 +00:00
parent e6520cbac0
commit d649b575a7
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,7 +1,5 @@
.idea/ .idea/
Cargo.lock Cargo.lock
target/ target/
cleanup
cleanup.exe
ab-results*.json ab-results*.json
results.yaml results.yaml

View file

@ -1,5 +1,5 @@
// Cleans up `README.md` // Cleans up `README.md`
// Usage: rustc cleanup.rs && ./cleanup // Usage: cargo run --bin cleanup
use std::fs; use std::fs;
use std::fs::File; use std::fs::File;