Skip to content

Commit b05611d

Browse files
committed
fix markdown glitch in issue 494
1 parent 0c5390e commit b05611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2023-05-10-this-week-in-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Open calls for submissions to conferences and meetups.
166166
* [`assume` the runtime range of `align_offset`](https://github.com/rust-lang/rust/pull/111113)
167167
* [`btree_map: Cursor{,Mut}::peek_prev` must agree](https://github.com/rust-lang/rust/pull/111238)
168168
* [add `is_positive` method for signed non-zero integers](https://github.com/rust-lang/rust/pull/111186)
169-
* [constify `[u8]::is_ascii` (unstably)](https://github.com/rust-lang/rust/pull/111222)
169+
* [constify `[u8]::is_ascii` (unstably)](https://github.com/rust-lang/rust/pull/111222) 
170170
* [fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` has more than `i64::MAX` seconds](https://github.com/rust-lang/rust/pull/103056)
171171
* [correctly convert an NT path to a Win32 path in `read_link`](https://github.com/rust-lang/rust/pull/107978)
172172
* [libtest: include test output in junit xml reports](https://github.com/rust-lang/rust/pull/110651)

0 commit comments

Comments
 (0)