Skip to content

Commit

Permalink
Revert "Add caching layer for NSS keys"
Browse files Browse the repository at this point in the history
This reverts commit 5361876.
  • Loading branch information
simo5 committed Dec 13, 2024
1 parent 7b2ceda commit d9dae99
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 302 deletions.
7 changes: 0 additions & 7 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,6 @@ impl From<Vec<u8>> for Error {
}
}

use std::array::TryFromSliceError;
impl From<TryFromSliceError> for Error {
fn from(error: TryFromSliceError) -> Error {
Error::other_error(error)
}
}

#[macro_export]
macro_rules! some_or_err {
($action:expr) => {
Expand Down
Loading

0 comments on commit d9dae99

Please sign in to comment.