chore: fix clippy warns

This commit is contained in:
Shunsuke Shibayama 2024-08-06 19:03:32 +09:00
parent 53f27394fb
commit a302235c54
5 changed files with 13 additions and 18 deletions

View file

@ -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,