Skip to content

Commit fecbbad

Browse files
committed
623: Fix backslash appearing in link
1 parent 0756077 commit fecbbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2025-10-29-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ which are reaching a decision. Express your opinions now.
259259
* [Add some conversion trait impls](https://github.com/rust-lang/rust/pull/145504)
260260
* [Tracking Issue for `Duration::from_nanos_u128`](https://github.com/rust-lang/rust/issues/139201)
261261
* [Tracking Issue for `core_slice_as_array`.](https://github.com/rust-lang/rust/issues/133508)
262-
* [TryFrom\<integer\> for bool](https://github.com/rust-lang/rust/pull/147400)
262+
* [`TryFrom<integer>` for `bool`](https://github.com/rust-lang/rust/pull/147400)
263263
* [Tracking Issue for slice::array_windows](https://github.com/rust-lang/rust/issues/75027)
264264
* [Tracking issue for `#![feature(maybe_uninit_slice)]`](https://github.com/rust-lang/rust/issues/63569)
265265
* [Tracking Issue for `lazy_get`](https://github.com/rust-lang/rust/issues/129333)

0 commit comments

Comments
 (0)