Skip to content

Commit 60da97e

Browse files
committed
Avoid redundant link target in docs
1 parent d8b016c commit 60da97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quinn/src/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ impl Connection {
489489
///
490490
/// The dynamic type returned is determined by the configured
491491
/// [`Session`](proto::crypto::Session). For the default `rustls` session, the return value can
492-
/// be [`downcast`](Box::downcast) to a <code>Vec<[rustls::Certificate](rustls::Certificate)></code>
492+
/// be [`downcast`](Box::downcast) to a <code>Vec<[rustls::Certificate]></code>
493493
pub fn peer_identity(&self) -> Option<Box<dyn Any>> {
494494
self.0
495495
.state

0 commit comments

Comments
 (0)