Skip to content

Commit

Permalink
acme error type feature build
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Dec 10, 2021
1 parent 205c655 commit 93bb51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ impl From<tantivy::TantivyError> for AtomicServerError {
}
}

#[cfg(feature = "https")]
impl From<acme_lib::Error> for AtomicServerError {
fn from(error: acme_lib::Error) -> Self {
AtomicServerError {
Expand Down

0 comments on commit 93bb51d

Please sign in to comment.