alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
616 stars 178 forks source link

Remove unused `use` in doctest #363

Closed schneems closed 1 month ago

schneems commented 1 month ago

The use std::fs in the for append_dir_all tests is not used. We can simplify this example by removing it.