mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Merge branch 'main' into clippy
This commit is contained in:
commit
4e91cb81cb
57 changed files with 1541 additions and 715 deletions
|
@ -126,9 +126,15 @@ impl HasType for CodeObj {
|
|||
fn ref_t(&self) -> &Type {
|
||||
&Type::Code
|
||||
}
|
||||
fn ref_mut_t(&mut self) -> &mut Type {
|
||||
todo!()
|
||||
}
|
||||
fn signature_t(&self) -> Option<&Type> {
|
||||
None
|
||||
}
|
||||
fn signature_mut_t(&mut self) -> Option<&mut Type> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Debug for CodeObj {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue