aboutsummaryrefslogtreecommitdiff
path: root/src/ident.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ident.rs')
-rw-r--r--src/ident.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ident.rs b/src/ident.rs
index 6a01d12..0008d53 100644
--- a/src/ident.rs
+++ b/src/ident.rs
@@ -3,7 +3,7 @@ use std::borrow::ToOwned;
static PATTERN: Regex = regex!(":(.*)!(.*)@(.*)");
-#[deriving(Show, Clone)]
+#[derive(Debug, Clone)]
pub struct Ident {
pub nickname: String,
pub user: String,