Skip to content

Commit

Permalink
Impl Debug for Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii authored and samgiles committed Jan 13, 2021
1 parent edd8cae commit 6b79d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use std::os::unix::fs::{DirBuilderExt, OpenOptionsExt};
use std::path::{Path, PathBuf};
use uuid::Uuid;

#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct Temp {
path: PathBuf,
}
Expand Down

0 comments on commit 6b79d0d

Please sign in to comment.