aboutsummaryrefslogtreecommitdiff
path: root/src/section.rs
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-10-09 09:28:08 (UTC)
committerjan <jan@ruken.pw>2016-10-09 09:28:08 (UTC)
commit6d7a31be9c6fd413d407334c40d02c008b7334ec (patch)
treeb9e73e5651d2dc1d72833875ab37469b7f2c1b53 /src/section.rs
parent54c2cb1e484e09b4fcfe236aff70c01bf3bbaae0 (diff)
fixierung
Diffstat (limited to 'src/section.rs')
-rw-r--r--src/section.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/section.rs b/src/section.rs
index 7e492b1..48f237d 100644
--- a/src/section.rs
+++ b/src/section.rs
@@ -1,6 +1,7 @@
1use super::regex::Regex; 1use super::regex::Regex;
2use std::collections::HashMap; 2use std::collections::HashMap;
3 3
4#[derive(Debug)]
4pub struct Section { 5pub struct Section {
5 pub name: String, 6 pub name: String,
6 pub re: Regex, 7 pub re: Regex,