From 1cc869ef045ad1a57e1847477683de20fd088348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 15 Jun 2020 16:16:35 +0300 Subject: [PATCH] AsciiDoc is weird --- thisweek/_posts/2020-06-15-changelog-29.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thisweek/_posts/2020-06-15-changelog-29.adoc b/thisweek/_posts/2020-06-15-changelog-29.adoc index 34859844..6ea16594 100644 --- a/thisweek/_posts/2020-06-15-changelog-29.adoc +++ b/thisweek/_posts/2020-06-15-changelog-29.adoc @@ -25,7 +25,7 @@ image::https://user-images.githubusercontent.com/1711539/84659254-6f9ead00-af17- == Fixes * pr:4775[] goto definition work correctly for fields of enum variants. -* pr:4784[] correctly handle `cfg`s from `rust-project.json`. +* pr:4784[] correctly handle ``cfg``s from `rust-project.json`. * pr:4803[] parse default unsafe fn. * pr:4811[] **Unwrap Block** works with match arms. * pr:4815[] correctly parse <_> paths in patterns.