about summary refs log tree commit diff
path: root/src/libstd/net
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-10-21 09:47:25 -0400
committerGitHub <noreply@github.com>2017-10-21 09:47:25 -0400
commit6ed7927fa0d99b2321d3fa44334e63d5412ba696 (patch)
tree823d9a763ba57432396794516a06c87408d451f9 /src/libstd/net
parentd86c5d00a248d069abe015163261d4cff3e8cd3d (diff)
parentf8f9005e57852d4775b952d3b430e458a6a414bb (diff)
downloadrust-6ed7927fa0d99b2321d3fa44334e63d5412ba696.tar.gz
rust-6ed7927fa0d99b2321d3fa44334e63d5412ba696.zip
Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdreavus
Fix most rendering warnings from switching to CommonMark

There's one big one lift, I'm filing a bug for it soon.

r? @rust-lang/docs
Diffstat (limited to 'src/libstd/net')
-rw-r--r--src/libstd/net/udp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/net/udp.rs b/src/libstd/net/udp.rs
index a8a242846d7..870d11298fe 100644
--- a/src/libstd/net/udp.rs
+++ b/src/libstd/net/udp.rs
@@ -168,7 +168,7 @@ impl UdpSocket {
     /// This will return an error when the IP version of the local socket
     /// does not match that returned from [`ToSocketAddrs`].
     ///
-    /// See https://github.com/rust-lang/rust/issues/34202 for more details.
+    /// See <https://github.com/rust-lang/rust/issues/34202> for more details.
     ///
     /// [`ToSocketAddrs`]: ../../std/net/trait.ToSocketAddrs.html
     ///