summaryrefslogtreecommitdiffstats
path: root/src/repository/repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository/repository.rs')
-rw-r--r--src/repository/repository.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository/repository.rs b/src/repository/repository.rs
index a63c2d6..cc940c6 100644
--- a/src/repository/repository.rs
+++ b/src/repository/repository.rs
@@ -27,7 +27,7 @@ use crate::repository::client::TypedClientFassade;
///
/// Should not be used too extensively, but rather through the "Profile" type, which represents the
/// profile of a user.
-#[derive(Clone)]
+#[derive(Debug, Clone)]
pub struct Repository(TypedClientFassade);
impl Deref for Repository {