Skip to content

Commit 8491fb3

Browse files
authored
Rollup merge of #93186 - kraai:fix-CVE-2022-21658-link, r=m-ou-se
Fix link to CVE-2022-21658 The link to CVE-2022-21658 contains a trailing bracket, which causes it to link to <https://www.cve.org/CVERecord?id=CVE-2022-21658%5D>.
2 parents 144aeed + 91b9b6a commit 8491fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 1.58.1 (2022-01-19)
77
* [Fix wrong error message displayed when some imports are missing][91254]
88
* [Fix rustfmt not formatting generated files from stdin][92912]
99

10-
[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658]
10+
[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658
1111
[91254]: https://github.com/rust-lang/rust/pull/91254
1212
[92912]: https://github.com/rust-lang/rust/pull/92912
1313
[clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075

0 commit comments

Comments
 (0)