mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 10:23:20 +00:00
chore(els): improve patch support
This commit is contained in:
parent
2574de3a68
commit
16cf80cd23
3 changed files with 64 additions and 41 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue