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/
|
.idea/
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target/
|
target/
|
||||||
cleanup
|
|
||||||
cleanup.exe
|
|
||||||
ab-results*.json
|
ab-results*.json
|
||||||
results.yaml
|
results.yaml
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue