]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #85676 - CDirkx:ip-style, r=JohnTitor
authorYuki Okushi <jtitor@2k36.org>
Wed, 9 Jun 2021 03:03:54 +0000 (12:03 +0900)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 03:03:54 +0000 (12:03 +0900)
commite6763c966c307db2624ebf742da1c648a257e9e4
tree0fd41fb4153349d46fd4073c7913bf0523228f68
parented597e7e19d0fe716d9f81b1e840a5abbfd7c28d
parent7234141f95579ac84e4bab4f804c25e92b5b22a4
Rollup merge of #85676 - CDirkx:ip-style, r=JohnTitor

Fix documentation style inconsistencies for IP addresses

Pulled out of #85655 as it is unrelated. Fixes some inconsistencies in the docs for IP addresses:
- Currently some addresses are backticked, some are not, this PR backticks everything consistently. (looks better imo)
- Lowercase hex-literals are used when writing addresses.
library/std/src/net/ip.rs