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:
parent
e6520cbac0
commit
d649b575a7
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,5 @@
|
|||
.idea/
|
||||
Cargo.lock
|
||||
target/
|
||||
cleanup
|
||||
cleanup.exe
|
||||
ab-results*.json
|
||||
results.yaml
|
|
@ -1,5 +1,5 @@
|
|||
// Cleans up `README.md`
|
||||
// Usage: rustc cleanup.rs && ./cleanup
|
||||
// Usage: cargo run --bin cleanup
|
||||
|
||||
use std::fs;
|
||||
use std::fs::File;
|
||||
|
|
Loading…
Reference in a new issue