Skip to content

Commit

Permalink
fix: wrong crate name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Dec 21, 2022
1 parent 4d004a3 commit 5aa6f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum Error {

#[error("Invalid configuration: {message}")]
#[diagnostic(
code(bilal::invalid_config),
code(digs::invalid_config),
url(docsrs),
help("See the configuration example https://github.com/BiznetGIO/digs#usage")
)]
Expand Down

0 comments on commit 5aa6f47

Please sign in to comment.