chore(els): improve patch support

This commit is contained in:
Shunsuke Shibayama 2023-02-13 15:43:18 +09:00
parent 2574de3a68
commit 16cf80cd23
3 changed files with 64 additions and 41 deletions

View file

@ -2226,7 +2226,7 @@ impl NoTypeDisplay for PatchDef {
}
impl_display_from_nested!(PatchDef);
impl_locational!(PatchDef, sig);
impl_locational!(PatchDef, sig, methods);
impl HasType for PatchDef {
#[inline]