Skip to content

Commit ede7f52

Browse files
committed
Auto merge of rust-lang#120417 - matthiaskrgr:rollup-5rszkmd, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang#118182 (Properly recover from trailing attr in body) - rust-lang#119641 (Remove feature not required by `Ipv6Addr::to_cononical` doctest) - rust-lang#119957 (fix: correct suggestion arg for impl trait) - rust-lang#120386 (ScopeTree: remove destruction_scopes as unused) - rust-lang#120398 (Improve handling of numbers in `IntoDiagnosticArg`) - rust-lang#120399 (Remove myself from review rotation) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2c2b164 + d82e4e7 commit ede7f52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/net/ip_addr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,6 @@ impl Ipv6Addr {
18931893
/// # Examples
18941894
///
18951895
/// ```
1896-
/// #![feature(ip)]
18971896
/// use std::net::Ipv6Addr;
18981897
///
18991898
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0x7f00, 0x1).is_loopback(), false);

0 commit comments

Comments
 (0)