mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
docs: fix broken references in documentation comments
This commit is contained in:
@@ -449,7 +449,8 @@ mod tests {
|
||||
assert_ne!(keypair0.public, keypair1.public);
|
||||
}
|
||||
|
||||
/// [Key] objects to use in tests.
|
||||
/// [SignedSecretKey] and [SignedPublicKey] objects
|
||||
/// to use in tests.
|
||||
struct TestKeys {
|
||||
alice_secret: SignedSecretKey,
|
||||
alice_public: SignedPublicKey,
|
||||
|
||||
Reference in New Issue
Block a user