fix markdown glitch in issue 494

This commit is contained in:
Eric Seppanen 2023-05-11 20:37:35 -07:00
parent 0c5390e427
commit b05611d5dc
1 changed files with 1 additions and 1 deletions

View File

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