aboutsummaryrefslogtreecommitdiff
path: root/src/unix/tempdir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/tempdir.rs')
-rw-r--r--src/unix/tempdir.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/tempdir.rs b/src/unix/tempdir.rs
index 101d35a..980fc88 100644
--- a/src/unix/tempdir.rs
+++ b/src/unix/tempdir.rs
@@ -16,6 +16,7 @@ use crate::errno::{errno_result, Error, Result};
/// Wrapper over a temporary directory.
///
/// The directory will be maintained for the lifetime of the `TempDir` object.
+#[derive(Debug)]
pub struct TempDir {
path: PathBuf,
}