Skip to content

Commit 88daf25

Browse files
authored
Merge pull request #2853 from ericseppanen/remove_backslash_escape
remove backslash escaping inside code backticks
2 parents dbda81a + c7f12bf commit 88daf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2022-01-05-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you are a Rust project owner and are looking for contributors, please submit
102102
* [relax `priv-in-pub` lint on generic bounds and where clauses of trait impls](https://github.com/rust-lang/rust/pull/90586)
103103
* [perf: store liveness in interval sets for region inference](https://github.com/rust-lang/rust/pull/90637)
104104
* [add `try_reserve` and `try_reserve_exact` for `OsString`](https://github.com/rust-lang/rust/pull/92338)
105-
* [support `\[x; n\]` expressions in `concat_bytes!`](https://github.com/rust-lang/rust/pull/92066)
105+
* [support `[x; n]` expressions in `concat_bytes!`](https://github.com/rust-lang/rust/pull/92066)
106106
* [std-simd: impl `std::simd::StdFloat`](https://github.com/rust-lang/portable-simd/pull/219)
107107
* [rustdoc: use `ThinVec` for `GenericArgs` bindings](https://github.com/rust-lang/rust/pull/92395)
108108
* [clippy: extend `unused_io_amount` to cover async io](https://github.com/rust-lang/rust-clippy/pull/8179)

0 commit comments

Comments
 (0)