diff options
Diffstat (limited to 'bin/src/err.rs')
-rw-r--r-- | bin/src/err.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src/err.rs b/bin/src/err.rs index 5f71b57..53c3222 100644 --- a/bin/src/err.rs +++ b/bin/src/err.rs | |||
@@ -11,7 +11,7 @@ pub enum ConfigErr { | |||
11 | #[error("path error: {0}")] | 11 | #[error("path error: {0}")] |
12 | InvalidPath(#[from] io::Error), | 12 | InvalidPath(#[from] io::Error), |
13 | #[error("unable to parse `{0}` as line and column")] | 13 | #[error("unable to parse `{0}` as line and column")] |
14 | InvalidPosition(String) | 14 | InvalidPosition(String), |
15 | } | 15 | } |
16 | 16 | ||
17 | #[derive(Error, Debug)] | 17 | #[derive(Error, Debug)] |