Fix up vendor for... linux?
This commit is contained in:
parent
b799fedeec
commit
81de013103
114 changed files with 21002 additions and 21002 deletions
40
vendor/remove_dir_all/README.md
vendored
40
vendor/remove_dir_all/README.md
vendored
|
|
@ -1,20 +1,20 @@
|
|||
# remove_dir_all
|
||||
|
||||
[](https://crates.io/crates/remove_dir_all)
|
||||
[](https://docs.rs/remove_dir_all)
|
||||
[](https://github.com/XAMPPRocky/remove_dir_all)
|
||||
|
||||
## Description
|
||||
|
||||
A reliable implementation of `remove_dir_all` for Windows. For Unix systems
|
||||
re-exports `std::fs::remove_dir_all`.
|
||||
|
||||
```rust,no_run
|
||||
extern crate remove_dir_all;
|
||||
|
||||
use remove_dir_all::*;
|
||||
|
||||
fn main() {
|
||||
remove_dir_all("./temp/").unwrap();
|
||||
}
|
||||
```
|
||||
# remove_dir_all
|
||||
|
||||
[](https://crates.io/crates/remove_dir_all)
|
||||
[](https://docs.rs/remove_dir_all)
|
||||
[](https://github.com/XAMPPRocky/remove_dir_all)
|
||||
|
||||
## Description
|
||||
|
||||
A reliable implementation of `remove_dir_all` for Windows. For Unix systems
|
||||
re-exports `std::fs::remove_dir_all`.
|
||||
|
||||
```rust,no_run
|
||||
extern crate remove_dir_all;
|
||||
|
||||
use remove_dir_all::*;
|
||||
|
||||
fn main() {
|
||||
remove_dir_all("./temp/").unwrap();
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue