Match unmatched backticks in compiler/ that are part of rustdoc

This commit is contained in:
est31
2023-03-03 04:10:46 +01:00
parent 13471d3b20
commit ff2c609d66
22 changed files with 23 additions and 23 deletions

View File

@@ -2444,7 +2444,7 @@ impl<'tcx> TyCtxt<'tcx> {
None
}
/// Check if the given `DefId` is `#\[automatically_derived\], *and*
/// Check if the given `DefId` is `#\[automatically_derived\]`, *and*
/// whether it was produced by expanding a builtin derive macro.
pub fn is_builtin_derived(self, def_id: DefId) -> bool {
if self.is_automatically_derived(def_id)