mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
a629bb3076
This commit adds the `ScopedFile` type, which wraps and derefs to a `File`. When a `ScopedFile` is dropped, it removes the underlying file from the filesystem. This is useful for temporary, generated files in tests. |
||
---|---|---|
.. | ||
mod.rs | ||
util.rs |