Skip to content

Commit c7f12bf

Browse files
committed
remove backslash escaping inside code backticks
Inside backticks, backslashes can't be used to escape square brackets. In this case, escaping isn't necessary anyway.
1 parent f157eb3 commit c7f12bf

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)