aboutsummaryrefslogtreecommitdiff
path: root/src/ident.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-18 13:35:38 +0200
committerTill Hoeppner2015-04-18 13:35:38 +0200
commitbb94e44ed6ec5b55823270192c00904cbfb24b6b (patch)
tree4fad16b94a5ef93a2f268fef8382aa20c884746b /src/ident.rs
parent8b7500ea4c766ca96d2e65a8f19e595d6021f4fa (diff)
downloadirsc-bb94e44ed6ec5b55823270192c00904cbfb24b6b.tar.gz
irsc-bb94e44ed6ec5b55823270192c00904cbfb24b6b.tar.xz
irsc-bb94e44ed6ec5b55823270192c00904cbfb24b6b.zip
I forgot to keep track. Embarassing, huh?
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 099a129..0008d53 100644
--- a/src/ident.rs
+++ b/src/ident.rs
@@ -3,7 +3,7 @@ use std::borrow::ToOwned;
static PATTERN: Regex = regex!(":(.*)!(.*)@(.*)");
-#[derive(Show, Clone)]
+#[derive(Debug, Clone)]
pub struct Ident {
pub nickname: String,
pub user: String,