summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errors.rs b/src/errors.rs
index 2342f72..12283b4 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -57,6 +57,7 @@ custom_error! {pub ConfError
InvalidCols {details: String} = "invalid cols definition: {}",
InvalidSkin {source: InvalidSkinError} = "invalid skin: {}",
InvalidThreadsCount { count: usize } = "invalid threads count: {}",
+ InvalidDefaultFlags { flags: String } = "invalid default flags: {:?}",
}
// error which can be raised when parsing a pattern the user typed