Skip to content

Commit bed057f

Browse files
authored
Fix link to PR #71660
Added backticks to quote some code in the title of PR #71660. This fixes the broken link formatting.
1 parent a1411fd commit bed057f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2020-06-23-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you are a Rust project owner and are looking for contributors, please submit
134134
* [use `Ipv4Addr::from<[u8; 4]>` when possible](https://github.com/rust-lang/rust/pull/73389)
135135
* [core/time: Add Duration methods for zero](https://github.com/rust-lang/rust/pull/72790)
136136
* [deprecate wrapping_offset_from](https://github.com/rust-lang/rust/pull/73580)
137-
* [impl PartialEq<Vec<B>> for &[A], &mut [A]](https://github.com/rust-lang/rust/pull/71660)
137+
* [`impl PartialEq<Vec<B>>` for `&[A]`, `&mut [A]`](https://github.com/rust-lang/rust/pull/71660)
138138
* [hashbrown: avoid creating small tables with a capacity of 1](https://github.com/rust-lang/hashbrown/pull/162)
139139
* [stdarch: add AVX 512f gather, scatter and compare intrinsics](https://github.com/rust-lang/stdarch/pull/866)
140140
* [cargo: adding environment variable CARGO_PKG_LICENSE](https://github.com/rust-lang/cargo/pull/8325)

0 commit comments

Comments
 (0)