diff options
author | jan <jan@ruken.pw> | 2016-10-09 09:28:08 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-10-09 09:28:08 (UTC) |
commit | 6d7a31be9c6fd413d407334c40d02c008b7334ec (patch) | |
tree | b9e73e5651d2dc1d72833875ab37469b7f2c1b53 /src/section.rs | |
parent | 54c2cb1e484e09b4fcfe236aff70c01bf3bbaae0 (diff) |
fixierung
Diffstat (limited to 'src/section.rs')
-rw-r--r-- | src/section.rs | 1 |
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 @@ | |||
1 | use super::regex::Regex; | 1 | use super::regex::Regex; |
2 | use std::collections::HashMap; | 2 | use std::collections::HashMap; |
3 | 3 | ||
4 | #[derive(Debug)] | ||
4 | pub struct Section { | 5 | pub struct Section { |
5 | pub name: String, | 6 | pub name: String, |
6 | pub re: Regex, | 7 | pub re: Regex, |