mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
chore: fix clippy warns
This commit is contained in:
parent
53f27394fb
commit
a302235c54
5 changed files with 13 additions and 18 deletions
|
@ -566,11 +566,6 @@ impl RegistrationMode {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct ContextInfo {
|
||||
mod_id: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct MethodPair {
|
||||
definition_type: Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue