Skip to content

Commit

Permalink
derive Clone for TrashItem
Browse files Browse the repository at this point in the history
  • Loading branch information
oberblastmeister authored and Byron committed Jul 18, 2022
1 parent 266d780 commit fcf6bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -240,7 +240,7 @@ where
///
/// A trash item can be a file or folder or any other object that the target
/// operating system allows to put into the trash.
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct TrashItem {
/// A system specific identifier of the item in the trash.
///
Expand Down

0 comments on commit fcf6bb5

Please sign in to comment.