aboutsummaryrefslogtreecommitdiff
path: root/src/dl_list.rs
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-10-01 17:12:39 (UTC)
committerjan <jan@ruken.pw>2016-10-01 17:12:50 (UTC)
commit6269372d8f4fc893d1679e6c56d66aefe24c6588 (patch)
treea88f567137fb07656549387d062a9b19b3a76586 /src/dl_list.rs
parent9138d3e359fcf7283b78f48c8d2d58a492814773 (diff)
serde
Diffstat (limited to 'src/dl_list.rs')
-rw-r--r--src/dl_list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dl_list.rs b/src/dl_list.rs
index 979c332..3327388 100644
--- a/src/dl_list.rs
+++ b/src/dl_list.rs
@@ -1,6 +1,6 @@
1use super::regex::Regex; 1use super::regex::Regex;
2 2
3#[derive(Debug)] 3#[derive(Debug, Serialize)]
4pub struct DLListItem { 4pub struct DLListItem {
5 name: String, 5 name: String,
6 value: String, 6 value: String,