Open
Description
Originally posted by @wiktor-k in #255 (comment)
I wonder why this line couldn't just be:
/// See [Session::encrypt_message
].
Is it becauseSession
is not in scope? (then it can be imported above with#[cfg(doc)]
attribute) (we do something similar in signstar)