Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Dec 12, 2024
1 parent fada9c1 commit f9ed542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-crypto/src/keys/key_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{AsymmetricCryptoKey, CryptoKey, SymmetricCryptoKey};
/// key store. It is used to avoid exposing the key material directly in the public API.
///
/// This trait is user-implemented, and our recommended implementation is using enums with variants
/// for each expected key purpose. We provide a macro ([key_refs]) that simplifies the trait
/// for each expected key purpose. We provide a macro ([crate::key_refs]) that simplifies the trait
/// implementation
///
/// To implement it manually, note that you need a few types:
Expand Down

0 comments on commit f9ed542

Please sign in to comment.