docs: fix broken references in documentation comments

This commit is contained in:
link2xt
2024-04-19 00:43:46 +00:00
parent ecf4e651ee
commit 910e4bfa37
2 changed files with 12 additions and 12 deletions

View File

@@ -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,