aboutsummaryrefslogtreecommitdiff
path: root/src/section.rs
diff options
context:
space:
mode:
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,