Skip to content

Commit

Permalink
Avoid redundant link target in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 23, 2023
1 parent 24212da commit 7bd92f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ impl Connection {
///
/// The dynamic type returned is determined by the configured
/// [`Session`](proto::crypto::Session). For the default `rustls` session, the return value can
/// be [`downcast`](Box::downcast) to a <code>Vec<[rustls::Certificate](rustls::Certificate)></code>
/// be [`downcast`](Box::downcast) to a <code>Vec<[rustls::Certificate]></code>
pub fn peer_identity(&self) -> Option<Box<dyn Any>> {
self.0
.state
Expand Down

0 comments on commit 7bd92f6

Please sign in to comment.