From 30cabfd215f374b855f6d6473b00a55c3511c3e2 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 27 Sep 2020 16:15:26 +0200 Subject: [PATCH] Don't warn if the tag is nested inside a +/// +pub fn d() {} + +// Unclosed tags shouldn't warn if they are nested inside a +/// +pub fn e() {} -- 2.44.0